Update Space Document Tool
update-space-documentUse this when the user wants to replace or update the markdown content/title of an existing Space document. State-changing and content-destructive: writes the new document content directly after authorization. Read the document first when preserving existing content matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of content being provided (blank or markdown) | |
| title | No | The new title of the document | |
| content | No | The new content of the document (markdown or plain text) | |
| space_id | Yes | The numeric ID of the space containing the document. Call list-spaces first. | |
| parent_id | No | The numeric ID of the parent folder (null to move to root) | |
| document_id | Yes | The numeric ID of the document to update |