Skip to main content
Glama

confluence_children

List child pages of a Confluence page by ID or top-level pages in a space by space key. Supports recursive traversal with configurable depth.

Instructions

List children of a Confluence page (pass id, e.g. "12345678"), or top-level pages in a space (pass space, e.g. "ENG") — id and space are mutually exclusive. Supports optional recursion with a max depth, so this is the tool for walking a page hierarchy. To enumerate EVERY page in a space (flat, with status/sort filters and cursor pagination) use confluence_space_pages instead. Mirrors omni-dev atlassian confluence children.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoPage ID whose children should be listed. Omit when using `space`.
spaceNoSpace key (mutually exclusive with `id`): list top-level pages in the space.
max_depthNoMaximum tree depth when `recursive` is set (0 = unlimited).
recursiveNoRecursively fetch descendants.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses mutual exclusivity, recursion support, and max depth semantics. However, it doesn't describe return format or error handling, but is still quite transparent for a list tool.

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?

Two sentences, front-loaded with purpose, then constraints, then alternative. No fluff, every sentence adds value.

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 full schema coverage and no output schema, the description covers main use cases and differentiation. Could mention return format but overall complete enough.

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?

Schema coverage is 100%, baseline 3. Description adds value by explaining mutual exclusivity, recursion constraint, and example formats (e.g., '12345678' for id). This clarifies usage beyond schema descriptions.

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 that the tool lists children of a page (by id) or top-level pages in a space (by space), with mutual exclusivity and optional recursive depth. It distinguishes from the sibling tool 'confluence_space_pages'.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool (walking hierarchy) and when to use the alternative (confluence_space_pages for flat enumeration with filters/pagination). Also notes mutual exclusivity of id and space and optional recursion.

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/rust-works/omni-dev'

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