Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SMTP_PORT | Yes | SMTP server port (e.g., 587 for Gmail) | |
IMAP_SERVER | Yes | IMAP server address (e.g., imap.gmail.com for Gmail) | |
SMTP_SERVER | Yes | SMTP server address (e.g., smtp.gmail.com for Gmail) | |
EMAIL_ADDRESS | Yes | Your email address (e.g., your.email@gmail.com) | |
EMAIL_PASSWORD | Yes | Your app-specific password (not your main account password) |
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 within a date range and/or with specific keywords |
get-email-content | Get the full content of a specific email by its ID |
count-daily-emails | Count emails received for each day in a date range |
send-email | CONFIRMATION STEP: Actually send the email after user confirms the details. Before calling this, first show the email details to the user for confirmation. Required fields: recipients (to), subject, and content. Optional: CC recipients. |