get_child_pages
Retrieve child pages from a parent page in Confluence documentation. Use this tool to list page titles and IDs, optionally with content previews, for organized content navigation.
Instructions
List all child pages of a given parent page.
Args: page_id: The parent page ID. include_content: If True, include a short content preview for each child. max_results: Max children to return (default 50).
Returns a list of child pages with titles and IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| include_content | No | ||
| max_results | No |