update_doc
Modify document details in Dart MCP Server by updating its title, text content, and folder location using the document ID.
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 |