add_task_log
Record progress updates or notes to an existing task with markdown support.
Instructions
Add a progress log entry (log note) to an existing Task.
Args: task_id (str): The unique ID of the Task. message (str): Log message (describing progress, results, or notes). Supports markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |