complete_task
Mark a task as completed to update its status and return the updated task. Resolves the need for finalizing tasks with a single action.
Instructions
Mark a task as completed and return the updated task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| completed | Yes | ||
| description | Yes |