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 |
---|---|
No tools |