Skip to main content
Glama
giantrotta24

google-mcp

by giantrotta24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUN_LIVE_TESTSNoSet to '1' to enable basic live integration tests that hit real Google APIs.
GOOGLE_MCP_WORK_EMAILNoExpected work account email for auth safety checks (optional but recommended).
RUN_DESTRUCTIVE_TESTSNoSet to '1' to include destructive keychain mutation tests in integration tests (requires RUN_LIVE_TESTS=1).
GOOGLE_MCP_WORK_CALENDARNoOptional specific work calendar filter (calendar ID or summary).
GOOGLE_MCP_PERSONAL_EMAILNoExpected personal account email for auth safety checks (optional but recommended).

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
gmail_search_personalB

Search Gmail for the configured personal account.

gmail_search_workC

Search Gmail for the configured work account.

calendar_events_personalC

List events for the configured personal account calendars.

calendar_events_workC

List events for the configured work account calendars.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a unique combination of service (calendar vs gmail) and account type (personal vs work), making it impossible to confuse one tool with another.

Naming Consistency5/5

All tools follow a strict pattern: {service}_{action}_{account}, using snake_case consistently. This makes the naming predictable and easy to understand.

Tool Count5/5

With 4 tools, the count is appropriate for a focused server that distinguishes between two services across two accounts, avoiding unnecessary complexity.

Completeness3/5

The tool set covers listing events and searching emails, but is limited to these read operations. Missing capabilities like creating or modifying events/schedules are notable gaps for a full Google workspace integration.

Maintenance

ActivityMaintained
ResponsivenessNo issues