confluence_list_children
Fetch one direct level of page or folder children by parent ID. Ideal for single-level listing or cursor-based pagination in Confluence Cloud.
Instructions
Primitive: list one direct level of page or folder children. Use it when exactly one immediate level is needed, or when the caller wants to drive cursor pagination itself. For recursive hierarchy exploration prefer confluence_get_content_tree; for a large or unknown hierarchy call it with output_mode=outline first and expand only the branches that matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| cursor | No | ||
| max_chars | No | ||
| parent_id | Yes | ||
| parent_type | No | page |