Skip to main content
Glama

read_email

Retrieve specific email messages from ClawAIMail inboxes to access email content for AI agents.

Instructions

Read a specific email message. If inbox_id is omitted, uses the default inbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inbox_idNoInbox ID (optional, uses default inbox)
message_idYesMessage ID
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It mentions the default inbox behavior, which is useful, but lacks critical behavioral details such as authentication requirements, error handling, rate limits, or what 'read' entails (e.g., marking as read, returning full content).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences that directly address the tool's core functionality and parameter behavior, with no wasted words or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description is minimally adequate but incomplete. It covers the basic operation and parameter default, but lacks information about return values, error conditions, or behavioral constraints that would be needed for full understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds marginal value by clarifying the default inbox behavior for inbox_id, but doesn't provide additional semantic context beyond what's in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'read' and the resource 'a specific email message', making the purpose unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'list_messages' or 'search_emails', which would require a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage guidance by mentioning the optional inbox_id parameter and its default behavior, but it doesn't explicitly state when to use this tool versus alternatives like 'list_messages' or 'search_emails' for broader queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joansongjr/clawaimail'

If you have feedback or need assistance with the MCP directory API, please join our Discord server