mcp_edit_document
Replace a document's entire content by providing its ID and the new text. This overwrites the existing body, updating the file in one call.
Instructions
Overwrites or updates a document's total content with new text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The ID of the document to edit. | |
| content | Yes | The full, updated content to write into the document. |