Skip to main content
Glama
rishipradeep-think41

Google Workspace MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLIENT_IDYesYour Google Cloud OAuth client ID
GOOGLE_CLIENT_SECRETYesYour Google Cloud OAuth client secret
GOOGLE_REFRESH_TOKENYesYour Google OAuth refresh token

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_emailsB

List recent emails from Gmail inbox

search_emailsB

Search emails with advanced query

send_emailC

Send a new email

modify_emailA

Modify email labels (archive, trash, mark read/unread)

list_eventsC

List upcoming calendar events

create_eventC

Create a new calendar event

update_eventB

Update an existing calendar event

delete_eventB

Delete a calendar event

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. Calendar tools (create_event, delete_event, list_events, update_event) and email tools (list_emails, modify_email, search_emails, send_email) are cleanly separated by resource type and action, making misselection unlikely.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case throughout. The naming is predictable and readable, with clear action verbs (create, delete, list, modify, search, send, update) paired with appropriate nouns (event, emails).

Tool Count5/5

With 8 tools, this server is well-scoped for Google Workspace functionality. The count is appropriate, covering core calendar and email operations without being overwhelming or too sparse, with each tool earning its place.

Completeness4/5

The tool surface provides good coverage for calendar and email workflows, with CRUD operations for events and key email actions. Minor gaps exist, such as no direct email deletion tool (though modify_email handles archiving/trashing) and no calendar search, but agents can work around these.

Maintenance

ActivityInactive
ResponsivenessNo issues