Skip to main content
Glama
eduardobrito21

fastmail-mcp

get_email_attachments

Retrieve metadata of all attachments on a specific email using its ID, providing filenames and types without downloading content.

Instructions

List attachments on an email (metadata only — use download_attachment for content).

Args: email_id: ID of the email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
email_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It correctly notes that only metadata is returned, not content. However, it does not disclose permissions, rate limits, or any side effects, which is acceptable for a simple read operation.

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 at two sentences, with the key distinction (metadata vs content) front-loaded. Every word adds value, and there is no repetition or filler.

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

Completeness4/5

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

Given the tool's simplicity (one parameter, no nested objects, output schema exists), the description covers the essential behavior. It could optionally mention what metadata fields are returned, but the output schema likely handles that.

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

Parameters4/5

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

The sole parameter 'email_id' is described as 'ID of the email', which adds meaning beyond the schema (which has no description). With only one required parameter and low schema coverage, the description adequately clarifies its purpose.

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

Purpose5/5

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

The description clearly states the action 'List attachments' and the resource 'on an email'. It explicitly distinguishes from the sibling tool 'download_attachment' by noting it provides metadata only.

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

Usage Guidelines4/5

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

The description explicitly tells the agent to use 'download_attachment' for content, giving a clear when-not-to-use. It implies the primary use case is listing metadata, but does not explicitly state prerequisites or alternative scenarios.

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/eduardobrito21/fastmail-mcp'

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