Skip to main content
Glama

append_to_document

Add new content to the end of an existing Scrivener document while preserving original material. Use this tool to extend documents with additional text, notes, or updates without overwriting current content.

Instructions

Append content to the end of an existing document without replacing existing content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesUUID of the document
contentYesContent to append
separatorNoSeparator between existing and new content (default: two newlines)
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions the append behavior but lacks details on permissions needed, error handling (e.g., if documentId is invalid), rate limits, or whether the operation is idempotent. For a mutation tool, this is a significant gap in behavioral context.

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, efficient sentence that front-loads the key action and constraint ('without replacing existing content'). Every word earns its place, with no redundancy or unnecessary elaboration.

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

Completeness3/5

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

Given no annotations and no output schema, the description is minimal but covers the core purpose. For a mutation tool with 3 parameters, it should ideally include more behavioral details (e.g., success/error responses), but it meets minimum viability for basic understanding.

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 fully documents parameters. The description adds no additional meaning beyond what's in the schema (e.g., it doesn't explain content formatting or separator usage). Baseline 3 is appropriate as the schema handles parameter documentation adequately.

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

Purpose5/5

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

The description clearly states the action ('Append content') and resource ('to the end of an existing document'), specifying it does so 'without replacing existing content'. This distinguishes it from siblings like write_document (which likely overwrites) and create_document (which creates new).

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 description implies usage when you want to add to an existing document without overwriting, which differentiates it from write_document. However, it doesn't explicitly state when not to use it or mention alternatives like write_document for replacement scenarios, leaving some guidance implicit.

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

Install Server

Other Tools

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/TwelveTake-Studios/scrivener-mcp'

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