Skip to main content
Glama
yu2001-s
by yu2001-s

list-drafts

List saved Apple Mail drafts from all mailbox accounts, returning stable draft IDs, sender, recipients, subject, attachment status, and a short body preview for review and selection.

Instructions

Use when: reviewing or selecting saved Apple Mail drafts before reading, editing, sending, or deleting one. This reads every account's actual Drafts mailbox, not just currently open compose windows. Returns: Gmail-like draft resources with stable draft_id, actual From identity, recipients, subject, attachment status, and a short body preview. Do not use when: browsing ordinary mailbox messages (use list-messages).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum drafts to return

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
draftsNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that it reads actual Drafts mailbox (not just open windows) and describes the return content (draft_id, identity, recipients, etc.). It lacks mention of permissions or idempotency but covers essential traits well.

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 three sentences, front-loaded with usage context, and contains no redundant information. Every sentence adds value.

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?

Given the tool's simplicity (one optional parameter, no required ones) and the presence of an output schema, the description covers all necessary aspects. It explains when to use, what it does, what it returns, and when not to use.

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 coverage is 100% with a single parameter (limit) described in the schema. The description does not add extra meaning beyond the schema. The baseline of 3 is appropriate.

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 tool lists saved Apple Mail drafts from every account's Drafts mailbox, not just open compose windows. It uses a specific verb ('list') and resource ('drafts') and explicitly distinguishes from list-messages for ordinary mailbox messages.

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?

Explicit 'Use when:' and 'Do not use when:' sections provide clear context for when to use this tool versus alternatives. The sibling tool list-messages is named as the appropriate alternative for ordinary messages.

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/yu2001-s/apple-mail'

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