confluence_children
List children of a Confluence page or top-level pages in a space. Supports recursive fetching with configurable depth.
Instructions
List children of a Confluence page, or top-level pages in a space. Supports optional recursion with a max depth. 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`. | |
| max_depth | No | Maximum tree depth when `recursive` is set (0 = unlimited). | |
| recursive | No | Recursively fetch descendants. | |
| space | No | Space key (mutually exclusive with `id`): list top-level pages in the space. |