Skip to main content
Glama

Update Google doc

update_google_doc
Destructive

Append new content to an existing Google Doc.

Routing: Add learnings to agent memory, append to a deliverable, or update a JD → use this

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesGoogle Doc ID to update
contentYesContent to append to the document
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=true, and the description adds meaningful behavioral context about the write-tier approval flow and the convention to call on the first clear ask without re-asking in chat. It does not contradict the annotations and surfaces the mutating nature of the operation.

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

Conciseness4/5

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

The core action is front-loaded in one sentence, followed by clearly separated routing and approval guidance. It is compact and useful, though the phrase 'the card is the yes' is somewhat cryptic and could be clearer.

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

Completeness4/5

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

For a simple three-parameter append tool with full schema coverage, this description is largely sufficient: it states the operation, common use cases, and approval behavior. It does not describe return values, but no output schema exists and the append operation likely does not require clarifying that.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents doc_id, content, and companyId. The description does not add meaningful parameter-level detail beyond what the schema provides, so the baseline of 3 is appropriate.

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?

Description states the exact operation ('Append new content to an existing Google Doc') with a specific verb and resource. It is clear and naturally distinct from siblings like read_google_doc and create_google_doc, though it does not explicitly name them.

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

Usage Guidelines4/5

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

The 'Routing' line gives concrete use cases ('Add learnings to agent memory, append to a deliverable, or update a JD → use this'), which helps an agent decide when to invoke it. It also gives approval workflow guidance, but does not explicitly say when NOT to use this tool or which sibling to pick instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources