Skip to main content
Glama
jayvee6

apple-mail-mcp

by jayvee6

move_to_junk

Move unwanted emails to the Junk/Spam mailbox, automatically using 'Junk' for iCloud and 'Spam' for Gmail accounts.

Instructions

Move an email to the Junk/Spam mailbox of its account. Uses 'Junk' for iCloud, 'Spam' for Gmail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_refYesComposite message reference from list_emails or search_emails.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It adds valuable behavioral context by revealing that the mailbox name varies by provider ('Junk' for iCloud, 'Spam' for Gmail). It does not disclose other traits like irreversibility or permissions, so it is adequate but not rich.

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 two sentences, front-loaded with the primary action, and each sentence provides relevant detail without waste. Excellent conciseness.

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?

For a simple one-parameter tool with no output schema, the description is practically complete: it states the action, destination, and provider-specific behavior. It lacks only minor details like return value or error cases, which are not essential here.

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% with message_ref clearly described as a composite reference from list_emails/search_emails. The tool description adds no additional param meaning, so baseline 3 applies.

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 (move an email) and the target resource (Junk/Spam mailbox of its account). It also differentiates from siblings like move_email and delete_email by specifying the junk/spam destination, including provider-specific naming.

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 does not explicitly state when to use this tool over alternatives like move_email or archive_email. However, the specific destination and provider behavior imply its usage for junk/spam handling, so it meets the implied-usage threshold.

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

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