Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COMPOSIO_API_KEY | Yes | Your Composio API key for using the Gmail integration |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
connect-gmail | Connect to Gmail |
check-gmail-connection | Check Gmail connection status |
send-email | Send an email |
get-emails | Get emails from inbox |
get-email | Get a specific email by ID |
reply-to-email | Reply to an existing email |
forward-email | Forward an email to other recipients |
create-draft | Create an email draft |
send-draft | Send a draft email |
get-labels | Get all Gmail labels |
create-label | Create a new Gmail label |
get-threads | Get email threads |
search-emails | Search emails using Gmail search syntax |
mark-as-read | Mark emails as read |
mark-as-unread | Mark emails as unread |
move-to-trash | Move emails to trash |
get-gmail-settings | Get Gmail settings |