Skip to main content
Glama
sweetrb

apple-mail-mcp

by sweetrb

save-attachment

Save an email attachment to disk by specifying the message ID, attachment name, and save path.

Instructions

Use when: writing one of a message's attachments to disk, by message id and attachmentName, into the savePath directory (saved as savePath/attachmentName). Returns: a confirmation of the saved file path. Do not use when: you don't know the attachment name (use list-attachments first) or want the bytes inline rather than on disk (use fetch-attachment). Safety: writes a file to disk — savePath must be a directory inside the configured allowed roots, and attachmentName may not contain path separators or '..'; calls outside those constraints are rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
savePathYes
attachmentNameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
savedPathNo
attachmentNameNo
Behavior4/5

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

Without annotations, description discloses safety constraints (allowed roots, path separator restrictions) and the fact that it writes a file. However, it does not mention behavior if the file already exists (overwrite or error).

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?

Description is well-structured with clear sections (use when, returns, do not use, safety). Every sentence adds value, and it is appropriately concise.

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

Completeness5/5

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

Despite no output schema, the description covers the return value (confirmation of saved path). It covers use cases, exclusions, and safety comprehensively for a 3-parameter tool.

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?

Schema coverage is 0%, so description carries the load. It explains how each parameter is used: id as message identifier, attachmentName as the file name, savePath as the directory, and clarifies the resulting file path (savePath/attachmentName) along with constraints.

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?

Description clearly states the tool writes an attachment to disk by message ID and attachmentName, with a specific save path. It distinguishes from fetch-attachment and list-attachments, making the purpose unmistakable.

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

Usage Guidelines5/5

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

Explicitly provides when to use (writing to disk) and when not to use (unknown attachment name, want inline bytes) with clear alternatives (list-attachments, fetch-attachment).

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/sweetrb/apple-mail-mcp'

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