multi-google-calendar-gmail-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| accounts_listA | List connected Google accounts (alias -> email). |
| checkA | Diagnose setup: credentials file, connected accounts, and whether each account's Gmail API actually responds. |
| gmail_searchA | Search mail with Gmail's full query syntax (from:, subject:, is:unread, older_than:1y, has:attachment, ...). account is an alias, an email, or "all" for every connected account. |
| gmail_readC | Read one message's full body by the id from gmail_search. |
| gmail_labelsC | List label names for one account. |
| gmail_modifyA | Batch-modify up to 500 messages in one account: add/remove labels (created automatically if new), archive (leave the inbox), mark read. Reversible — nothing is deleted. |
| gmail_draftA | Create a draft (does NOT send). Safer default than gmail_send. |
| gmail_sendC | Send an email from one account. Always confirm with the user first. |
| calendar_listC | List calendars for one or all connected accounts. |
| calendar_eventsA | List events between two ISO dates/datetimes across one or all accounts. calendar_id defaults to each account's primary calendar. |
| calendar_create_eventA | Create an event, optionally inviting attendees by email (Google sends real invitations — confirm with the user first when inviting). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/travisthetrashpanda/multi-google-calendar-gmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server