get_page_tree
Retrieve a page and its descendants from Confluence as a flat list, with optional markdown export and image downloads.
Instructions
Get a page and all its descendants as a flat list.
When output_dir is set, saves each page as a .md file and downloads all images — same as the fetch-confluence skill.
Args: page_id: The root page ID. include_body: If True, fetch each page's body in markdown (slower). output_dir: If provided, write each page as a separate .md file to this directory. Files are named by depth and title. include_images: If True and output_dir is set, download all image attachments and rewrite URLs in markdown. images_dir: Directory to save images to. Defaults to pictures/ inside output_dir. Set this to control where images land.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| images_dir | No | ||
| output_dir | No | ||
| include_body | No | ||
| include_images | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |