Create Space Document Tool
create-space-documentUse this when the user wants to create a markdown document/page in a Space from provided content. State-changing: creates the document directly after authorization. Requires numeric space_id, title, and markdown content. Use create-space-item for folders or external links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path for the document (e.g., "docs/api") - creates folders if they don't exist | |
| title | Yes | The title of the document | |
| content | Yes | The content of the document in markdown format | |
| space_id | Yes | The numeric ID of the space to create the document in. Call list-spaces first. | |
| parent_id | No | The numeric ID of the parent folder (optional) |