Skip to main content
Glama
gaberogan

gmail-read-mcp

by gaberogan

List emails

list_emails

List received emails within a date range, with snippet and deep link, excluding spam/trash and sent items unless specified.

Instructions

List emails received in a date range: metadata + snippet, oldest-first, capped at 500 with no truncation flag. Spam and trash are excluded. Mail sent from the mailbox itself (i.e. the team's replies) is excluded unless include_sent is true. Each result has a jump_url deep link that opens the email for anyone signed into the mailbox. Use read_email for the full body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional Gmail search query to filter by, e.g. 'subject:refund'
end_timeYesInclusive end of the range (ISO 8601, e.g. 2026-08-26T00:00:00Z)
start_timeYesInclusive start of the range (ISO 8601, e.g. 2026-08-25T00:00:00Z)
include_sentNoInclude mail sent from the mailbox itself (default false)
Behavior5/5

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

No annotations are provided, so the description carries the full burden — and it delivers. It discloses the 500-cap with no truncation flag, ordering (oldest-first), exclusions (spam/trash/sent), the include_sent behavior, and the jump_url deep-link per result. Exceptionally rich behavioral disclosure for an un-annotated tool.

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?

Five dense sentences, each earning its place: return format/ordering/cap, exclusions, sent behavior, jump_url, and sibling routing. Core function is front-loaded and there is zero fluff or repetition of schema text.

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 4-param list tool with no output schema and no annotations, everything an agent needs is covered: return shape (metadata + snippet + jump_url), ordering, cap and absence of pagination, filters, and auth context ('anyone signed into the mailbox'). No material gap remains.

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 coverage is 100%, so the baseline is 3. The description adds genuine meaning beyond the schema for include_sent — explaining that team replies are excluded by default and why the flag exists. The start_time/end_time and query semantics rest on the schema, but the include_sent elaboration justifies a modest bump.

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?

States a specific verb and resource ('List emails received in a date range') with concrete behavioral detail — metadata + snippet, oldest-first, capped at 500 with no truncation flag. This precise scope distinguishes it from read_email without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly routes to the sibling: 'Use read_email for the full body.' It also tells the agent when this tool will NOT capture emails (spam/trash excluded, sent excluded unless include_sent is true), so an agent can predict results before calling.

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/gaberogan/gmail-read-mcp'

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