Gmail AI Agent MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COMPOSIO_API_KEY | Yes | Your Composio API key for Gmail integration. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_gmailC | Connect to Gmail |
| check_gmail_connectionB | Check Gmail connection status |
| send_emailC | Send an email |
| get_emailsC | Get emails from inbox |
| get_emailB | Get a specific email by ID |
| reply_to_emailB | Reply to an existing email |
| forward_emailC | Forward an email to other recipients |
| search_emailsC | Search emails using Gmail search syntax |
| mark_as_readC | Mark emails as read |
| mark_as_unreadA | Mark emails as unread |
| move_to_trashB | Move emails to trash |
| get_gmail_settingsB | Get Gmail settings |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose, with no overlap. Even get_emails and search_emails are differentiated by scope (inbox vs. general search).
All tool names follow a consistent verb_noun snake_case pattern (e.g., send_email, mark_as_read), making them predictable and easy to understand.
12 tools is well-scoped for a Gmail assistant, covering essential operations without being overwhelming or too sparse.
Covers core CRUD operations and email management, but lacks features like label management, draft creation, or permanent deletion, which are minor gaps.