Skip to main content
Glama
pliablepixels

claude-gmail-mcp

search_emails

Search Gmail using full search syntax like from:, subject:, or is:unread to find specific emails and retrieve details like sender, subject, and date.

Instructions

Search Gmail using full Gmail search syntax (from:, subject:, is:unread, etc).

Pass a single query string for a flat list of results, or a list of queries to run several searches in one call (output is sectioned by query, and max_results applies per query).

Returns UID, sender, subject, date, and a Gmail web URL for each match.

Args: queries: Single query string or list of query strings. max_results: Max emails to return per query (default 10).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queriesYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses that the tool returns UID, sender, subject, date, and a Gmail web URL. It explains how multiple queries behave (sectioned output, per-query limits). It does not mention rate limits or potential side effects, but for a search tool this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is clear and well-structured, with a first sentence summarizing the tool's purpose, followed by usage modes and output details. The Args section is somewhat redundant with the schema but still helpful. Could be slightly more concise.

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 presence of an output schema (not shown but indicated), the description covers return fields adequately. It explains query syntax and output format. It lacks details on sorting or pagination beyond max_results, but for a search tool with two parameters it is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must fully explain parameters. It does so clearly: queries can be a string or array, max_results is an integer default 10 applied per query. This adds significant meaning beyond the raw 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 states it searches Gmail using full Gmail search syntax, with a specific verb ('Search') and resource ('Gmail'). It distinguishes from sibling tools (read_email, send_email) as a search tool.

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 explains when to use a single query versus a list of queries, and mentions that max_results applies per query. It does not explicitly state when not to use it (e.g., for reading a specific email), but the sibling context implies alternatives.

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/pliablepixels/claude-gmail-mcp'

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