confluence_create_space
Create a new Confluence space using a required name and key. Optionally specify the space type, description, or bypass response trimming for raw data.
Instructions
Create a new space. Requires name and key. 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 |
|---|---|---|---|
| key | Yes | The unique key for the space (uppercase letters and numbers only) | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| name | Yes | The name of the space | |
| type | No | Type of space (default: global) | |
| description | No | Description of the space (plain text) |