Create Space Item Tool
create-space-itemUse this when the user wants to create a Space page/document, folder, or external link inside an existing Space. State-changing: creates the item directly after authorization. Requires numeric space_id, item type, title, and content or URL when relevant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional folder path to create/use. | |
| type | Yes | page, folder, or external_link. | |
| title | Yes | Title for the new Space page/document, folder, or external link. | |
| content | No | Markdown content for page items. | |
| space_id | Yes | Numeric Space ID where the page, folder, or external link should be created. | |
| parent_id | No | Optional numeric parent folder item ID, or null to create at the Space root. | |
| external_url | No | URL for external_link items. |