update_doc
Modify document details including title, text content, and folder location using its 12-character alphanumeric ID in the Dart MCP Server.
Instructions
Update an existing doc. You can modify its title, text content, and folder.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | The title of the folder to place the doc in | |
id | Yes | The 12-character alphanumeric ID of the doc | |
text | No | The text content of the doc, which can include markdown formatting | |
title | No | The title of the doc |