Skip to main content
Glama
mohamadsmt

Google Docs MCP for Hermes

by mohamadsmt

docs_create

Destructive

Create a private native Google document from a title and optional Markdown, then verify its initial content to confirm successful creation.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
markdownNo
format_profileNopersian

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds the useful detail that the tool verifies initial content, and annotations already indicate this is a mutating, non-idempotent call. However, it never explains the destructiveHint=true annotation, which is significant and potentially surprising for a create operation; an agent is left uncertain about what side effects beyond creation might occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler. It states the core action first and packs the important 'private native' and 'verify initial content' details efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that this is a 3-parameter tool with 0% schema coverage and no usage guidance, the description leaves too much unresolved for an agent to invoke it correctly. The output schema may cover return values, but parameter semantics, routing guidance, and side-effect transparency are still missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it does not mention the title, markdown, or format_profile parameters. The phrase 'initial content' hints at markdown but leaves all parameter semantics, defaults, and the format_profile enum unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Create') and the resource ('private native Google document'), and it adds a post-condition ('verify its initial content'). The verb alone distinguishes it from the sibling tools docs_read, docs_replace_markdown, and docs_edit_text, though it doesn't explicitly name those alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus the alternatives, no prerequisites, and no exclusions. The only implicit signal is the verb 'create,' which is not enough for an agent to make a confident routing decision.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohamadsmt/google-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server