Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAWAIMAIL_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct operation: account info, inbox CRUD, message listing/reading/searching/sending, and a getting-started guide. No overlapping purposes.

Naming Consistency4/5

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.

Tool Count5/5

10 tools cover the essential email operations (inbox management, message reading/writing/searching, account info) without being excessive or insufficient.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessUnresponsive