Skip to main content
Glama

Get Page Version

get_page_version
Read-only

Retrieve details of a specific page version by providing page ID and version number. Access historical content and metadata for any Confluence page version.

Instructions

Get details for a specific version of a page.

Args:
    page_id: Page ID.
    version_number: Version number to retrieve.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
version_numberYes
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 description need not repeat safety traits. However, the description adds no extra behavioral context beyond the basic 'Get details' (e.g., return format, pagination, or error handling). It is consistent with annotations, so not contradictory, but adds minimal value.

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 extremely concise: a single sentence for purpose and a compact args list. No filler or redundant content. Every word earns its place, and the structure is scannable.

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 tool with only two parameters and no output schema, the description is adequate. It covers the purpose and param semantics, though it does not detail what 'details' include or any edge cases. Given the tool's low complexity, this is sufficient.

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?

With 0% schema description coverage, the description compensates by explaining both parameters: 'page_id: Page ID' and 'version_number: Version number to retrieve.' This provides clear, concise meaning beyond the raw schema types, though it does not delve into formats or constraints.

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 ('Get details') and the specific resource ('a specific version of a page'). This distinguishes it from sibling tools like list_page_versions (which lists versions) and get_page (which gets the current page), making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage when a specific version is needed, but does not explicitly contrast with alternatives such as list_page_versions or get_page. No when-not-to-use guidance is provided, so it falls short of explicit usage guidelines.

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