Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMAIL_USER | Yes | Your email address (e.g., your-email@gmail.com) | |
| EMAIL_PROVIDER | No | Email provider (gmail, outlook, yahoo). Defaults to gmail. | gmail |
| EMAIL_APP_PASSWORD | Yes | Your app password for the email account |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailB | Send an email via SMTP |
| get_unread_emailsB | Fetch unread emails from inbox |
| create_draft_replyA | Save a draft reply to an email in Gmail. Generate the reply content in our conversation first, then use this tool to save it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a clearly distinct operation: sending an email, fetching unread emails, and saving a draft reply. There is no meaningful overlap in purpose or action.
All tool names follow a consistent snake_case verb_noun pattern: send_email, get_unread_emails, create_draft_reply. The naming is predictable and easy to infer.
Three tools is a compact but well-scoped set for a basic email server. Each tool serves a distinct and necessary function without redundancy.
Core send, fetch unread, and draft reply operations are covered, but common email workflows like marking messages as read, deleting emails, sending drafts, or searching are missing. Agents can work around some gaps but will hit dead ends for basic inbox management.