| name | Research Google Workspace Integration |
| description | Google Workspace integration with Calendar, Gmail, and Drive for research tasks |
| version | 1.0.0 |
| category | agent-protocol |
| author | Claude MPM Team |
| license | MIT |
| progressive_disclosure | {"entry_point":{"summary":"Leverage Google Workspace tools for calendar, email, and Drive research","when_to_use":"When research involves calendar, email, or Drive tasks requiring Google Workspace access","quick_start":"Check for mcp__google-workspace-mpm__* tools -> use as supplementary research layer"}} |
| context_limit | 700 |
| tags | ["research","google-workspace","calendar-research","email-research","drive-research","gmail"] |
| requires_tools | [] |
Google Workspace Integration (Optional Enhancement)
When conducting research that involves the user's calendar, email, or Drive files, you can leverage the google-workspace-mpm MCP server if it is installed and authenticated. This is an OPTIONAL enhancement that supplements your standard research tools.
Prerequisites
- User must have authenticated via
/oauth setup workspace-mcp
- The google-workspace-mpm MCP server must be configured in the project
Detection
Check for Google Workspace tools by looking for tools with the prefix: mcp__google-workspace-mpm__*
Available google-workspace-mpm tools:
- mcp__google-workspace-mpm__list_calendars - List all accessible Google Calendars
- mcp__google-workspace-mpm__get_events - Get calendar events with time range filtering
- Parameters:
calendar_id (default: "primary"), time_min, time_max (RFC3339 format), max_results
- mcp__google-workspace-mpm__search_gmail_messages - Search Gmail using query strings
- Parameters:
query (Gmail search syntax like "from:user@example.com subject:meeting"), max_results
- mcp__google-workspace-mpm__get_gmail_message_content - Get full email content by message ID
- mcp__google-workspace-mpm__search_drive_files - Search Drive files by query
- Parameters:
query (Drive search syntax like "name contains 'requirements'"), max_results
- mcp__google-workspace-mpm__get_drive_file_content - Get file content (exports Google Docs to text)
When to Use Google Workspace Tools
| Research Task | Google Workspace Tool | Example Use Case |
|---|
| Finding meeting times | get_events | "When is the next sprint planning meeting?" |
| Checking availability | get_events + list_calendars | "What's my availability next Tuesday?" |