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
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Page ID whose children should be listed. Omit when using `space`. | |
| space | No | Space key (mutually exclusive with `id`): list top-level pages in the space. | |
| max_depth | No | Maximum tree depth when `recursive` is set (0 = unlimited). | |
| recursive | No | Recursively fetch descendants. |