Skip to main content
Glama
pp123ys

email-mcp-server

by pp123ys

download_attachment

Download email attachments by part ID and receive base64-encoded content. Use the email's folder:uid identifier, such as INBOX:1, to fetch specific files.

Instructions

按 part_id 下载附件,返回 base64 内容;email_id 格式为 folder:uid,如 INBOX:1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
part_idYes
email_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return format (base64 content) and a key format constraint for email_id. It does not mention possible errors, authorization needs, or side effects, but the operation appears read-only and the disclosed details add meaningful transparency.

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 a single compact sentence that leads with the action, then gives return format and parameter format. Every part earns its place with no filler or redundancy.

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?

The tool is simple, has an output schema, and the description covers the core invocation details, including the required email_id format. The main gap is the lack of a pointer to get_attachments for obtaining part_id, but this does not block correct invocation when part_id is already known.

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 0%, so the description must compensate. It adds useful meaning for email_id ('folder:uid, e.g., INBOX:1') and identifies part_id as the attachment identifier used for download. It does not explain how part_id is obtained or what its format looks like, leaving part of the burden unmet.

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 a specific action ('download attachment by part_id') and resource, and adds that it returns base64 content. It does not explicitly differentiate from the get_attachments sibling, but the download-vs-list distinction is reasonably implied by the wording.

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 implies when to use the tool: you need an email_id and part_id, and it provides the email_id format. However, it does not explicitly mention that part_id likely comes from get_attachments, nor does it state when not to use this tool in favor of a sibling.

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

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/pp123ys/email-mcp-server'

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