Skip to main content
Glama

List Page Versions

list_page_versions
Read-only

Fetch the full version history of a Confluence page by its ID. Sort, paginate, and limit results to review changes over time.

Instructions

List the version history of a page.

Args:
    page_id: Page ID.
    cursor: Pagination cursor.
    limit: Max results.
    sort: Sort field — 'created-date' (oldest first) or '-created-date' (newest first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
cursorNo
page_idYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds sort order semantics and pagination parameters but does not disclose any additional behavioral traits such as response format or potential empty results. No contradiction exists.

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 concise and well-structured. It opens with the core purpose in one sentence, followed by a clear Args block. No unnecessary words or repetition.

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 read-only list operation, the description adequately covers the essential details: what it lists and how to control results via pagination and sorting. It omits explicit mention of return shape, but given the low complexity and annotations, this is not a critical gap.

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 description coverage is 0%, but the description fully compensates by explicitly defining each parameter: page_id, cursor, limit, and sort (including allowed values 'created-date' and '-created-date'). This adds meaning well 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 states 'List the version history of a page.' This is a specific verb-resource pair that clearly distinguishes from sibling tools like get_page_version (which fetches a single version) and other page-related list tools. The scope is unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_page_version or list_pages. The description only covers parameter semantics, so the agent is left to infer usage context from the tool name and siblings.

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/pascalhubacher/confluence'

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