confluence_get_space
Get a specific Confluence space by its numeric ID or key, with optional details like labels, operations, and properties.
Instructions
Get a specific space by ID or key. Returns detailed space information. Provide either spaceId (numeric) or spaceKey (e.g. 'ENG' or '~712020...' for personal spaces). When spaceKey is given, it is resolved to a numeric id via /spaces?keys=... Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| spaceId | No | The numeric ID of the space. Provide this OR spaceKey. | |
| spaceKey | No | The space key (e.g. 'ENG', or '~712020...' for personal spaces). Provide this OR spaceId. | |
| includeLabels | No | Include labels in the response | |
| descriptionFormat | No | Format for space description | |
| includeOperations | No | Include permitted operations in the response | |
| includeProperties | No | Include space properties in the response |