Skip to main content
Glama
nurked

imail-mcp

by nurked

Archive message

archive_message

Move a specified email from its current mailbox to the Archive mailbox to declutter your inbox and preserve messages for later access.

Instructions

Move a message to the Archive mailbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mailboxYes
uidYes
Behavior2/5

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

The description does not disclose side effects (e.g., whether the message is removed from the original mailbox), required permissions, or idempotency. Since no annotations are provided, the description carries the full burden and fails to convey behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is very short (one sentence), it is under-specified and lacks essential information. Conciseness should not come at the expense of completeness; key details about parameters and behavior are missing.

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

Completeness1/5

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

Given no annotations, no output schema, and two undocumented parameters, the description is severely incomplete. The agent lacks critical information to use this tool correctly, such as parameter semantics and side effects.

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

Parameters1/5

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

The input schema has 0% description coverage, and the tool description provides no explanation of the 'mailbox' or 'uid' parameters. The agent receives no help understanding what values to use or their format.

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 the action (move a message to Archive mailbox) and identifies the resource (message) and destination (Archive mailbox). However, it does not distinguish this from sibling tool 'move_message', which could also move to the Archive mailbox.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'move_message' or 'delete_message'. The description lacks context about prerequisites or appropriate 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/nurked/icloud-mail-mcp'

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