confluence_get_space
Retrieve a Confluence space by its ID to get the complete space record, including permissions and properties when needed.
Instructions
Primitive: get one Confluence space by ID when only the space record is needed. When first understanding a space and its structure, prefer confluence_get_space_overview, which also accepts a space key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ||
| max_chars | No | ||
| include_icon | No | ||
| description_format | No | ||
| include_operations | No | ||
| include_properties | No | ||
| include_permissions | No |