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. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_inboxes | List all email inboxes |
| create_inbox | Create a new email inbox (optional — a default inbox is auto-created if needed) |
| send_email | Send an email. If inbox_id is omitted, uses the default inbox (auto-created if needed). |
| list_messages | List messages. If inbox_id is omitted, uses the default inbox. |
| read_email | Read a specific email message. If inbox_id is omitted, uses the default inbox. |
| search_emails | Search emails by keyword. If inbox_id is omitted, uses the default inbox. |
| delete_inbox | Delete an inbox and all its messages |
| account_info | Get account info, plan limits, and usage |
| my_email | Get your agent's email address (auto-creates one if none exists) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |