Skip to main content
Glama
adjurtime

163 Mail MCP

by adjurtime

search_mail_headers

Read-onlyIdempotent

Search email headers in a 163.com mailbox by query, sender, subject, folder, or date range to quickly locate messages without fetching full bodies.

Instructions

Search headers only. Dates use YYYY-MM-DD; message bodies are not fetched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
sinceNo
beforeNo
folderNoINBOX
unseenNo
subjectNo
scan_limitNo
from_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the useful behavioral note that 'message bodies are not fetched', which informs the agent that results will lack body content. However, it doesn't describe the output shape, pagination, or header fields returned beyond the schema.

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 short sentences, zero filler. The critical operational facts (date format, bodies not fetched) are communicated efficiently with no wasted words.

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

Completeness3/5

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

The tool has a rich output schema and heavy annotation coverage, which raises the baseline. Given 9 parameters including a dual-limit pattern (limit vs scan_limit) and multiple overlapping filters (query, folder, subject, from_filter, unseen), the description could benefit from explaining how these interact. It is adequate but leaves the dual-limit semantics ambiguous.

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 description coverage is 0% with 9 parameters, so the description must compensate for parameter understanding. It adds the date format convention (YYYY-MM-DD) and clarifies that bodies aren't returned, which helps interpret query/filter params. However, it doesn't explain the semantics of scan_limit vs limit, or the interplay of query/folder/subject/from_filter, leaving room for more detail.

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 verb 'search' plus resource 'mail headers' clearly establishes the tool filters mail by headers (as opposed to body content). The date format note (YYYY-MM-DD) adds practical specificity. However, it doesn't explicitly distinguish from read_mail or list operations among siblings, though the 'headers only' scope differentiates it well.

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 implies this searches headers rather than bodies, which gives some context, but it doesn't explicitly state when to use this vs read_mail, mail_status, or list_folders. No when-not or alternative tool guidance is provided. The context is minimally clear but underdeveloped.

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/adjurtime/163-mail-mcp'

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