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
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | The 12-character alphanumeric ID of the task | |
text | Yes | The full content of the comment, which can include markdown formatting. |