Create Space Tool
create-spaceUse this when the user wants to create a new documentation Space or knowledge base container. State-changing: creates the Space directly after the MCP client authorizes the call. Requires a Space name and may include description, public visibility, and slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new documentation Space the user wants to create. | |
| slug | No | Optional public slug. | |
| is_public | No | Whether the Space should be public. Defaults to false. | |
| description | No | Optional Space description. |