Skip to main content
Glama

Dart MCP Server

by its-dart

add_task_comment

Add markdown-formatted comments to specific tasks in the Dart MCP Server, enhancing task communication and documentation without altering the original task description.

Instructions

Add a comment to an existing task without modifying the task description. Comments support markdown formatting.

Input Schema

NameRequiredDescriptionDefault
taskIdYesThe 12-character alphanumeric ID of the task
textYesThe full content of the comment, which can include markdown formatting.

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "The 12-character alphanumeric ID of the task", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "text": { "description": "The full content of the comment, which can include markdown formatting.", "type": "string" } }, "required": [ "taskId", "text" ], "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