update_progress
Update task progress as a whole number from 0 to 100, automatically setting the task to in-progress when first reported. Get the current status snapshot for any actively worked task.
Instructions
Report progress (0-100, whole numbers) on a claimed/in-progress/revision-requested task. The first call in a claim or revision cycle automatically advances the task's status to 'in_progress'. Rejects tasks not currently open for work (pending, completed, approved, cancelled). Returns the current snapshot (no history[] — call get_progress for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| notes | No | ||
| taskId | Yes | ||
| percent | Yes | ||
| current_step | No | ||
| expected_version | No |