Skip to main content
Glama
bartosz-kuc

honest-gmail-mcp

search_messages

Find specific Gmail messages using search syntax like from: or is:unread. Returns matching emails with subject, sender, date, and snippet.

Instructions

Search Gmail using Gmail search syntax (e.g. 'from:foo@bar is:unread newer_than:7d'). Returns list of messages with subject/from/date/snippet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the read-only search nature, the accepted Gmail search syntax, and the exact return shape (subject/from/date/snippet). It omits authentication or rate-limit details, but core behavior is well communicated.

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?

One concise sentence with an illustrative example and explicit return fields. The core purpose is front-loaded ('Search Gmail'), and every clause provides useful information without filler.

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?

For a read-only search tool with two simple parameters and no output schema, the description sufficiently covers query semantics, result format, and invocation basics. A note about ordering or pagination would be a minor enhancement, but it is not essential for correct 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?

The description adds important meaning to the query parameter by giving a concrete Gmail search syntax example, which is crucial since schema description coverage is 0%. The max_results parameter is not described in text, but its name, default, and maximum are self-explanatory in the input schema.

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 identifies the action (search), the target resource (Gmail messages), and the distinguishing feature of Gmail search syntax. It also states the return type as a list of messages with specific fields, making it distinct from siblings like get_message and list_labels.

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 provides clear context for when to use the tool: searching Gmail with Gmail's query syntax. However, it does not explicitly say when not to use it or recommend alternatives, such as using get_message for a specific message or list_labels for label operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/bartosz-kuc/honest-gmail-mcp'

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