Skip to main content
Glama

Fetch Confluence page

fetch_confluence_page
Read-only

Fetches a Confluence page's complete content, version, and ancestry from its content ID for real-time access.

Instructions

Hydrate a Confluence page’s storage body, version data, and ancestry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_idYesNumeric content identifier returned by Confluence search.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description is not burdened with stating it is read-only. It adds useful context about what data is retrieved (storage body, version data, ancestry), but does not disclose any additional behavioral traits such as pagination, error conditions, or authentication requirements.

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?

One concise sentence with no filler. It front-loads the core action and data scope. Every word is meaningful, and the description is appropriately brief for a straightforward fetch tool.

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 tool's simplicity, one parameter, and the presence of an output schema (which should explain return values), the description is sufficient for understanding the tool's purpose. It could be slightly more explicit about when to use it versus search_confluence, but overall it provides a complete enough picture.

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

Parameters3/5

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

The input schema has 100% description coverage for the single parameter (content_id), so the schema already fully explains the parameter. The description adds no additional parameter-level detail, which is acceptable given the schema's completeness.

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 specifies the action ('hydrate') and the resource (a Confluence page) with specific data components (storage body, version data, ancestry). This clearly distinguishes it from sibling search_confluence, which presumably locates pages rather than fetching full content.

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?

Usage is implied: the tool fetches a page's detailed data by content_id. However, there is no explicit guidance on when to use this instead of search_confluence, nor any mention of prerequisites or exclusions. The context of sibling tools exists but the description itself does not point to it.

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/pankaj28843/confluence-mcp-server'

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