Skip to main content
Glama
mohamadsmt

Google Docs MCP for Hermes

by mohamadsmt

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

Tools

Functions exposed to the LLM to take actions

NameDescription
docs_readA

Read bounded content, tab metadata, and the current Docs revision.

docs_createC

Create a private native Google document and verify its initial content.

docs_replace_markdownB

Replace one document tab from Markdown under an exact revision guard.

docs_edit_textA

Preview or apply exact, revision-guarded replacements in one tab.

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 4 tools

Disambiguation4/5

Read and create are clearly distinct, while replace_markdown and edit_text both modify a document and could be confused. However, their descriptions draw a clear line between whole-tab Markdown replacement and precise revision-guarded text edits, so misselection is unlikely.

Naming Consistency4/5

All tools use lowercase snake_case with a docs_ prefix and action-oriented verbs. There is a minor inconsistency because read and create omit explicit objects while replace_markdown and edit_text include them, but the pattern remains predictable.

Tool Count5/5

Four tools is a tight, purposeful set for reading, creating, and editing Google Docs content. Each tool covers a distinct core operation and none feel redundant or unnecessary for the server's focused scope.

Completeness4/5

The set covers the core create/read/update workflows and revision-guarded edits. It lacks document deletion, listing, or full-content export, but agents can work around these gaps for most document editing tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues