Skip to main content
Glama
shipmail-to

shipmail-mcp

Move Inbox Message

shipmail_move_inbox_message
Idempotent

Move an inbox message to a system folder (archive, junk, trash) or a custom folder using its folder ID.

Instructions

Move one inbox message to a system folder role or custom folder ID. Use shipmail_list_mailbox_folders first when targeting a custom folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMailbox ID.
message_idYesJMAP inbox message ID.
target_roleNo
from_folder_idNoCurrent folder ID, if already known.
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.
target_folder_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
inbox_message_actionYes
Behavior3/5

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

Annotations already indicate not read-only and not destructive. Description adds 'move' action but doesn't detail side effects (e.g., whether moving to trash is reversible) or authorization needs. No contradiction with annotations.

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?

Two concise sentences: first states purpose, second provides actionable guideline. No superfluous information.

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?

Tool has 6 parameters and output schema. Description covers purpose, target type, and a prerequisite step. Lacks details on return values (but output schema exists) and edge cases. Sufficient for the tool's complexity.

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 67%. Description clarifies target_role and target_folder_id correspond to system roles or custom IDs, but doesn't explain from_folder_id or idempotency_key beyond schema. Adequately bridges the gap for two key parameters.

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 verb 'move', resource 'inbox message', and target 'system folder role or custom folder ID'. Distinguishes from sibling tools like update or delete.

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

Usage Guidelines4/5

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

Explicitly recommends calling shipmail_list_mailbox_folders before targeting a custom folder. Provides clear context for one scenario but lacks exclusion criteria or alternatives for system folder roles.

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/shipmail-to/shipmail-mcp'

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