Skip to main content
Glama
gaberogan

gmail-read-mcp

by gaberogan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GMAIL_CLIENT_IDYesGoogle OAuth client ID for the Gmail API.
GMAIL_CLIENT_SECRETYesGoogle OAuth client secret for the Gmail API.
GMAIL_REFRESH_TOKENYesRefresh token obtained via the one-time OAuth consent flow.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_emailsA

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.

read_emailA

Read one email by id (from list_emails): full headers and body text (HTML converted to text, capped at 50k chars).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, list_emails and read_email, have clearly distinct purposes—one for enumerating emails and the other for fetching full details of a specific email. There is no overlap or confusion possible.

Naming Consistency5/5

Both tool names follow the consistent verb_noun pattern: 'list_emails' and 'read_email'. The naming is predictable and aligns with the server's read-only scope.

Tool Count4/5

With only two tools, the server is minimal but well-suited for a read-only Gmail interface. While the count feels thin relative to typical multi-purpose servers, the narrow scope justifies the small surface.

Completeness5/5

For a read-only mail server, the two tools cover the core workflow: listing emails with metadata and reading a full email by ID. There are no apparent gaps that would impede an agent from retrieving email data.

Maintenance

ActivityMaintained
ResponsivenessNo issues