Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_API_KEY | No | Your Notion API key for retrieving style guidelines. | |
| NOTION_STYLE_GUIDE_PAGE_ID | No | The ID of the Notion page containing your email writing style guide. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_unread_emails | Retrieves unread emails from Gmail inbox with sender, subject, snippet, and thread information |
| create_draft_reply | Create draft reply to an email in thread |
| get_style_guide | Retrieves the email writing style guide from Notion |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |