Skip to main content
Glama
TheMossConcept

Gmail Sender MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GMAIL_CLIENT_IDYesYour Google OAuth 2.0 Client ID
GMAIL_CLIENT_SECRETYesYour Google OAuth 2.0 Client Secret

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sendEmailB

Send an email through Gmail. Requires OAuth authentication.

createDraftA

Create an email draft in Gmail. Requires OAuth authentication.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: creating a draft vs sending an email. An agent can easily differentiate between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern using camelCase (createDraft, sendEmail), demonstrating strong naming consistency.

Tool Count5/5

With only 2 tools, the server is tightly scoped to its purpose of sending emails and creating drafts. Each tool earns its place.

Completeness3/5

The server covers core email sending and draft creation but lacks common operations like listing, deleting drafts, or managing attachments. There are notable gaps for a full workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues