update_task_status
Modify task status on Goodday-MCP by specifying task ID, user ID, new status, and an optional comment for tracking changes.
Instructions
Update the status of a task.
Args: task_id: The ID of the task to update user_id: User on behalf of whom API will execute update status_id: New status ID message: Optional comment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | ||
status_id | Yes | ||
task_id | Yes | ||
user_id | Yes |