confluence_get_space_overview
Retrieve Confluence space metadata and its homepage content tree in a single call. Use this to explore a space's structure without multiple API requests.
Instructions
HIGH-LEVEL: Get space metadata and the homepage/root content tree in one MCP call. Prefer this when first learning a space instead of listing spaces, fetching the space, and recursively listing children. Provide either space_id or space_key; with space_key (for example DOCS) the server resolves the numeric space id itself. status.nextCursor can be passed back as cursor to continue the tree traversal. The tree is always budgeted and reports partial/truncated state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| cursor | No | ||
| root_id | No | ||
| space_id | No | ||
| max_chars | No | ||
| max_items | No | ||
| root_type | No | page | |
| space_key | No | ||
| output_mode | No | compact | |
| include_version_history | No |