Skip to main content
Glama
fledgeling-co

sift-apple-mail-mcp

Index coverage and freshness

index_status

Check search index coverage to tell whether an empty result means no matches or an unbuilt index. See build progress, reason, and estimated duration; poll to watch coverage grow.

Instructions

What fraction of the mailbox is searchable, which index generation is answering, and Mail’s own change counter. Call this to tell an empty search result caused by no matches from one caused by an unbuilt index. Also reports whether a build is running right now, why it started, and an estimated file count and duration for it. Builds start on their own — on the first call with no index, and afterwards whenever Mail has received or removed messages — and they never block a call, so poll this to watch coverage grow rather than waiting on anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden and excels: it explains auto-start behavior, non-blocking nature, and what counts/ranges are reported. It also hints that the first call may initiate a build, which is an important side effect for the agent to know.

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?

Three sentences, each packed with relevant information; no filler. It is front-loaded with the main output, followed by a use case and behavioral notes, making it highly efficient.

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

Completeness5/5

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

For a zero-parameter, no-output-schema tool, the description provides sufficient context on return values, use cases, and build behavior. It covers the essential information an agent needs to decide when and how to use it, including the distinction between no matches and unbuilt index.

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?

The tool has zero parameters, and schema coverage is trivially 100%. The baseline for 0 parameters is 4; the description adds no parameter info, but none is needed since the schema is empty.

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 reports index coverage, generation, and change counter, and specifically positions it as a diagnostic for empty search results. The verb 'Call this' and the resource (index status) distinguish it from sibling search tools like search and get_email.

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?

Provides explicit guidance to call when an empty search result needs differentiation between no matches and an unbuilt index, and advises polling to monitor build progress. It does not explicitly name alternatives, but the context implies when not to use (e.g., not for actual search results), so a 4 is warranted.

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/fledgeling-co/sift-apple-mail-mcp'

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