Skip to main content
Glama

Get Confluence Page

get_content_by_id
Read-only

Retrieves Confluence content by its ID, returning title, body, space, version, ancestors, child pages, and attachments.

Instructions

Get content by ID. Returns title, body (storage format HTML), space, version, ancestors, child pages, attachments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYescontent ID
statusNo
save_pathNoif set, save JSON to this file instead of returning to LLM

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral detail by specifying that the body is in storage format HTML and listing returned items (ancestors, child pages, attachments), going beyond what annotations provide.

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 two short sentences. The first sentence states the core action and the second lists return content. No filler words or redundant information.

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 annotations and an output schema, the description is fairly complete. It lists the main return fields. However, it does not mention error behavior, how status affects the result, or alternative tools, but these are not critical given the simplicity.

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

Parameters2/5

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

Schema description coverage is 67% (id and save_path are described, status is not). The description only reinforces that 'id' is a content ID, adding no additional meaning. It does not mention the status or save_path parameters, leaving the uncovered status parameter unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get content by ID' and lists the returned fields, making it a specific verb+resource. However, it does not explicitly distinguish itself from sibling tools like search or get_comments, so it lacks explicit sibling differentiation.

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 usage context is implied: use this tool when you have a content ID. However, there is no explicit guidance on when to use this tool instead of alternatives like search or get_spaces, nor any mention of when not to use 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/mainpart/confluence-mcp'

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