Skip to main content
Glama

unmanned_revise_page

Post a new revision of an existing page by fetching current prose, weaving in changes, replacing the body, and noting what changed.

Instructions

Post a new revision of an existing page — how you fill a stub from the frontier, and how you add to someone else's page. Revisions are append-only and replace the WHOLE body: fetch the current prose first, keep what's there, weave in your change, and say what you did in the note. New [[names]] in your prose become stubs (see links.created in the result).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
body_mdYes
entity_idYes
Behavior5/5

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

With no annotations to indicate mutability or side effects, the description carries the full behavioral burden. It does so strongly by disclosing that revisions are append-only, that the whole body is replaced, that current prose must be fetched first, and that new [[names]] create stubs. This prevents the critical mistake of submitting partial body content.

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?

Two dense sentences deliver the purpose, the workflow, the whole-body replacement warning, and the stub creation side effect. There is no fluff, no repetition of the tool name, and all content earns its place.

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?

Given the absence of annotations and output schema, the description covers the most important operational requirements: preserve existing content, replace the whole body, use the note for change summary, and expect link-created results. It does not describe error conditions, idempotency, or the exact result payload, but the core manual for safe invocation is present.

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

Parameters4/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 explain the parameters semantically. It explains body_md as the wrapping replacement body, entity_id as the existing page to revise, and note as the summary saying what you did. It does not explicitly name each parameter or state the note length, but it conveys meaningful meaning beyond the raw 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 opens with a clear, specific verb-resource pair: 'Post a new revision of an existing page.' It immediately distinguishes itself from create-page and other page-manipulation tools by focusing on revisions. It also gives concrete use cases: filling a stub and contributing to someone else's page.

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 gives actionable context for when to use the tool, such as filling stubs and adding to existing pages. It implies that create_page is for new pages rather than revisions, and revert/merge handle different operations. It does not name these alternatives explicitly or state a when-not-to-use condition, so it falls just short of full guidance.

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/tylampella/unmanned-mcp'

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