Skip to main content
Glama
anuragagrawal0430

Atlassian Confluence MCP Server

confluence_get_pages

Read-onlyIdempotent

Retrieve a paginated list of Confluence pages, optionally filtering by space key to locate content.

Instructions

List pages, optionally filtered by space

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of pages to return (default: 25)
startNoStarting index for pagination (default: 0)
spaceKeyNoFilter pages by space key (e.g., "DEV", "HR")
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the behavioral detail of an optional space filter, but does not mention return format or pagination behavior; nevertheless, with annotations present, this is adequate.

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?

At seven words, the description is extremely concise and front-loaded with the primary action ('List pages'). Every word adds meaning; there is no wasted text.

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?

The tool is simple with three documented optional parameters and strong safety annotations. The description is largely sufficient but lacks an explicit alternative reference to search_pages or a note about the scope when no spaceKey is provided, leaving a small gap in differentiation.

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?

Schema has 100% parameter coverage with descriptions for limit, start, and spaceKey. The description's mention of 'filtered by space' merely restates the spaceKey property without adding new semantics, so the baseline of 3 applies.

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 uses the specific verb 'List' with the resource 'pages' and notes an optional space filter, clearly distinguishing it from sibling tools like search_pages, get_page_by_title, or get_page. It states exactly what the tool does in one concise phrase.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention search_pages for text-based search or get_page for retrieving a single page, so an agent receives no explicit when-to-use or when-not-to-use context.

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

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