Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GMAIL_OAUTH_PATH | No | Path to the gcp-oauth.keys.json file containing Gmail OAuth credentials |
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 |
---|---|
search_emails | Search emails using Gmail query syntax |
read_email | Read the full content of an email |
delete_email | Permanently delete an email |
batch_delete_emails | Delete multiple emails at once |
list_labels | List all Gmail labels |
create_label | Create a new Gmail label |
delete_label | Delete a Gmail label |
apply_label | Apply a label to an email |
remove_label | Remove a label from an email |
batch_apply_labels | Apply labels to multiple emails at once |
create_reply | Generate a brief, natural reply draft and provide Gmail compose URL |
authenticate_gmail | Authenticate Gmail access via web browser (opens browser automatically) |