documents_update
Update existing documents by changing titles, body text, or properties. Supports appending text, marking as done, publishing, or setting as template.
Instructions
Update an existing document's title, text, or other properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| done | No | Mark task as done | |
| text | No | New body in Markdown | |
| title | No | New title | |
| append | No | Append text instead of replacing | |
| publish | No | Publish the document | |
| template | No | Set as template |