Skip to main content
Clone ID: google-workspace Covers Gmail, Google Calendar, Google Drive, Google Sheets, and Google Contacts. Error responses match the Google APIs format.

Start here

QuestionAnswer
Best forAgents that read email, schedule meetings, inspect Drive files, update sheets, or reason across inbox and calendar state.
Connect withRoute mode for supported Google API domains, direct REST base URLs from archal clone start google-workspace, or MCP for Gmail and Calendar flows.
Known limitsMCP tools currently cover Gmail and Calendar. REST/API routing covers the broader Google Workspace surfaces listed below.
SeedsCommon seeds: assistant-baseline, gmail-busy-inbox, calendar-packed-week, empty. See Seeds for usage.

MCP tools

The MCP surface is intentionally narrower than REST/API routing. Use MCP for common Gmail and Calendar tasks; use route mode or explicit REST base URLs for Drive, Sheets, Contacts, and OAuth-style flows.

Gmail

ToolDescription
gmail_search_messagesSearch messages by query (same syntax as Gmail search)
gmail_get_messageGet a single message by ID
gmail_get_threadGet a conversation thread
gmail_list_threadsList threads in a mailbox
gmail_get_profileGet the authenticated user’s email profile

Calendar

ToolDescription
calendar_list_calendarsList all calendars
calendar_list_eventsList events in a calendar
calendar_get_eventGet a single event
calendar_get_free_busyCheck free/busy status for a time range

REST API coverage

The clone also handles REST calls to Google API domains.
  • gmail.googleapis.com - read, send, draft, label, trash, modify
  • calendar.googleapis.com - list, create, update, delete events
  • drive.googleapis.com - list, read, search files
  • sheets.googleapis.com - read and update spreadsheets
  • people.googleapis.com - contacts
  • oauth2.googleapis.com/token - OAuth refresh for seeded test accounts
If your agent uses Google client libraries directly, the proxy routes supported calls to the clone. See Route-mode trust and safety for runtime compatibility and troubleshooting.