Skip to main content
Glama
shipmail-to

shipmail-mcp

Import a Mailbox

shipmail_create_mailbox_import

Import emails from a supported provider into a Shipmail mailbox using IMAP. Provide source email and app password; poll for import progress.

Instructions

Start importing mail from another provider into a shipmail mailbox over IMAP. Use an app or device password for the source account. Outlook sources require the dashboard's Sign in with Microsoft and cannot be started here. The import runs in the background; poll shipmail_get_mailbox_import for progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesShipMail resource ID.
hostNoIMAP server. Required for 'imap' and 'mxroute'; optional Titan or OVHcloud server override.
portNoIMAP port. Used for custom IMAP, MXroute, Titan, and OVHcloud overrides.
emailYesAddress of the source mailbox
rangeNoHow far back to import. Defaults to all.
passwordYesApp password, device password, or IMAP password for the source mailbox
providerYesSource provider. Outlook imports require the dashboard's Microsoft sign-in.
include_spamNoAlso import the source spam folder
include_trashNoAlso import the source trash folder

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
importYes
Behavior4/5

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

Annotations indicate a mutation (readOnlyHint false) but not destructive/idempotent. The description adds that the import runs in the background and requires polling, which is critical behavioral context beyond the annotations. No contradictions.

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?

Four sentences, each adding essential information. Front-loaded with the primary action. No filler or redundancy.

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?

Given the complexity (9 params, 4 required, async operation), the description covers the main flow, exceptions, and post-invocation polling. It doesn't explain error scenarios but is sufficient for typical use.

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 covers all parameters (100%). The description adds value beyond schema by explaining password type (app/device) and the Outlook provider limitation via dashboard, helping agents use the tool correctly.

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 starts an import from another provider into a shipmail mailbox over IMAP. It uses strong verbs ('Start importing') and specifies the resource ('mailbox'). This distinguishes it from siblings like exports or cancellations.

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?

The description provides clear usage guidance: use app/device passwords, Outlook must use dashboard, and the import is async so poll progress. It lacks explicit alternatives, but the context is clear enough.

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