Skip to main content
Glama

get_wiki_page_version

Recover overwritten wiki content by retrieving a specific earlier version of a page, with its title, content, and author. Read-only: does not modify the page or its version.

Instructions

What a wiki page said at an earlier version — its title, content and who saved it. This is how you recover something that was overwritten, and it is a READ: the page is not changed and its version does not move. Reach for it the moment you find that a page no longer says what you put there. version counts from 1 and goes up by one on every save; the current version is on the page from get_wiki_page. A version that was never saved, and a page you cannot open, are both the same 404. There is deliberately no tool here that puts an old version back — read it and append the wording you want, because a restore overwrites whatever a colleague has open in the live editor right now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesWhich save to read. 1 is the page as first created; get_wiki_page reports the current number
page_uuidYes
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: it states the operation is a READ, the page is not changed and its version does not move. It also explains error semantics (404 for invalid version or inaccessible page) and explicitly notes there is no restore capability.

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 front-loaded with the core purpose, then flows naturally into usage, parameter semantics, error behavior, and a warning. Every sentence contributes value without redundancy, making it appropriately sized for the tool's complexity.

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?

Although there is no output schema, the description covers the return content (title, content, who saved it). It also addresses edge cases (never-saved version, inaccessible page) and provides critical guidance about not restoring old versions, making the description fully complete for this read-only tool.

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?

The schema describes only one of two parameters (version). The description adds significant semantics for version: counting from 1, incrementing per save, and referring to get_wiki_page for the current number. However, page_uuid is not elaborated beyond the schema's format/pattern, leaving a small gap.

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 tool's purpose: retrieving what a wiki page said at an earlier version, including title, content, and author. It explicitly distinguishes itself from sibling tools by referencing get_wiki_page for the current version and noting there is no restore tool.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'This is how you recover something that was overwritten' and 'Reach for it the moment you find that a page no longer says what you put there.' It contrasts with get_wiki_page and warns against attempting a restore, steering users toward read + append.

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/Developyn/laver-mcp'

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