Update Space Item Tool
update-space-itemUse this when the user wants to rename or edit a Space page/document, folder, or external link, including markdown content, external URL, or parent folder changes. State-changing: updates the Space item directly after the MCP client authorizes the call. Requires numeric space_id and item_id from list-space-documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title when the user wants to rename the Space item. | |
| content | No | New markdown content for page items. | |
| item_id | Yes | Numeric Space item ID for the page, folder, or external link to update. | |
| space_id | Yes | Numeric Space ID containing the item to update. Use list-spaces/list-space-documents first when needed. | |
| parent_id | No | New parent folder ID. | |
| external_url | No | New URL for external links. |