Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
get_inbox_emails | Get inbox email list |
get_email_by_id | Get specific email by ID |
summarize_email | Summarize individual email content |
summarize_inbox | Summarize inbox emails |
create_draft | Create new email draft |
mark_email_as_read | Mark email as read |
search_inbox_emails | Search inbox emails |
search_sent_emails | Search sent emails |
get_sent_emails | Get sent emails list |
get_draft_emails | Get draft emails list |
search_draft_emails | Search draft emails |
duplicate_email_as_draft | Duplicate existing email as draft (preserving complete format) |