confluence_get_page_children
Retrieve child pages of a specific Confluence page with options to expand fields, include content, and set a limit. Integrates with MCP Atlassian for Confluence and Jira Cloud or Server/Data Center.
Instructions
Get child pages of a specific Confluence page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expand | No | Fields to expand in the response (e.g., 'version', 'body.storage') | version |
include_content | No | Whether to include the page content in the response | |
limit | No | Maximum number of child pages to return (1-50) | |
parent_id | Yes | The ID of the parent page whose children you want to retrieve |