ClawAIMail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWAIMAIL_API_KEY | Yes | Your ClawAIMail API key used for authentication. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_inboxesB | List all email inboxes |
| create_inboxB | Create a new email inbox (optional — a default inbox is auto-created if needed) |
| send_emailA | Send an email with optional attachments. If inbox_id is omitted, uses the default inbox. Attachments: pass an array of { filename, content (base64), content_type }. Max 5MB per file, 10MB total. |
| list_messagesC | List messages. If inbox_id is omitted, uses the default inbox. |
| read_emailA | Read a specific email message. If inbox_id is omitted, uses the default inbox. |
| search_emailsB | Search emails by keyword. If inbox_id is omitted, uses the default inbox. |
| delete_inboxA | Delete an inbox and all its messages |
| account_infoA | Get account info, plan limits, and usage |
| my_emailA | Get or create your agent's email address. Pass preferred_name to choose your email prefix (e.g. "jarvis" → jarvis@clawaimail.com). If no name given and no inbox exists, a random one is created. |
| getting_startedA | Interactive onboarding guide for ClawAIMail. Shows you everything you can do with your AI email, step by step. |
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 10 tools
Each tool targets a distinct operation: account info, inbox CRUD, message listing/reading/searching/sending, and a getting-started guide. No overlapping purposes.
Most tools follow a consistent verb_noun snake_case pattern (e.g., create_inbox, list_messages). However, 'getting_started' (gerund) and 'my_email' (possessive) deviate slightly.
10 tools cover the essential email operations (inbox management, message reading/writing/searching, account info) without being excessive or insufficient.
The set includes CRUD for inboxes, message operations, search, and sending with attachments. Missing operations like updating an inbox or deleting a message are minor gaps.