confluence_download
Recursively download a Confluence page or an entire space into a directory. Returns a YAML manifest summary of downloaded pages.
Instructions
Recursively download a Confluence page or an entire space into a directory. Either id (root page) or space (space key) must be provided. Returns a YAML manifest summary of downloaded pages. Mirrors omni-dev atlassian confluence download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concurrency | No | Maximum number of concurrent fetches. Defaults to 8. | |
| format | No | Output format: `"jfm"` (default) or `"adf"`. | |
| id | No | Root page ID to download from. Either this or `space` must be set. | |
| max_depth | No | Maximum tree depth. 0 = unlimited (default). | |
| output_dir | No | Target directory for downloaded files. Defaults to a fresh tempdir when omitted; the manifest summary reports the path used. | |
| space | No | Space key to download from — every top-level page becomes a root. | |
| title_filter | No | Only download pages whose title contains this substring (case-insensitive). |