Skip to main content
Glama

Dart MCP Server

by its-dart

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

NameRequiredDescriptionDefault
folderNoThe title of the folder to place the doc in
idYesThe 12-character alphanumeric ID of the doc
textNoThe text content of the doc, which can include markdown formatting
titleNoThe title of the doc

Input Schema (JSON Schema)

{ "properties": { "folder": { "description": "The title of the folder to place the doc in", "type": "string" }, "id": { "description": "The 12-character alphanumeric ID of the doc", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "text": { "description": "The text content of the doc, which can include markdown formatting", "type": "string" }, "title": { "description": "The title of the doc", "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/its-dart/dart-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server