Skip to main content
Glama
SymbolStar

gmail-mcp

by SymbolStar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_emailsB

List Gmail inbox messages. Supports maxResults and Gmail query filters.

get_emailA

Read one Gmail message by messageId.

search_emailsA

Search Gmail messages with Gmail search syntax.

list_labelsA

List all Gmail labels and folders.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: reading a single email by ID, listing inbox messages, searching with Gmail syntax, and listing labels. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern in snake_case: get_email, list_emails, list_labels, search_emails.

Tool Count4/5

With 4 tools, the set is concise and scoped to basic read and list operations. While it covers common use cases, it could be expanded with write operations, but the count is reasonable for a focused subset.

Completeness2/5

The tool surface lacks write operations such as sending, deleting, or modifying emails and labels. Users cannot perform actions beyond reading and listing, which is a significant gap for comprehensive Gmail management.

Maintenance

ActivityInactive
ResponsivenessNo issues