tasks_add_comment
Add a comment to any task by UUID, short ID, or title. Returns the task dashboard URL for quick access.
Instructions
Add a comment to a task. Accepts any task identifier: UUID, short_id, or task title. The response includes the task dashboard URL — always show it to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment text to add | |
| identifier | Yes | Task identifier — can be a UUID, short_id (e.g. 'hpiu09'), or task title/name |