Skip to main content
Glama

pages_append

Append text to the end of a Pages document and save it. The existing content remains untouched, and the new text matches the last paragraph's style.

Instructions

Append text at the end of an existing Pages document, and save it.

The added text inherits the last paragraph's style. The rest of the document is not touched.

Args: path: the .pages file to modify. text: the text to append; line breaks become new paragraphs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses important behavior: the text inherits the last paragraph's style, line breaks become new paragraphs, and the rest of the document is untouched. It does not mention failure modes or permissions, but for a simple append operation, this is adequate transparency.

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 compact and well-structured: a one-sentence purpose, two behavioral notes, and a clear Args list. Every sentence earns its place with no fluff or repetition.

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

Completeness5/5

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

The tool is simple (2 required params, no nested objects) and output schema is present, so return values need not be explained. The description covers purpose, prerequisites (existing document), and behavioral details, making it fully complete for the tool's complexity.

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

Parameters5/5

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

Schema coverage is 0%, so the description must compensate. It does so fully by explaining that 'path' is the .pages file to modify and 'text' is the text to append with line-break semantics. This adds significant meaning beyond the bare schema.

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 text at the end of an existing Pages document, and save it.' This uses a specific verb and resource, and distinguishes itself from sibling tools like pages_create (new document) and pages_replace (replace content).

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?

It clearly indicates this tool is for an existing document and appends without touching the rest, implying use cases where content should be added rather than created or replaced. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of a 5.

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/atipicguy/iwork-mcp'

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