tascan_add_subtasks
Add one or more subtasks to a task (bulk). Subtasks support typed responses: "number" for per-set data (reps, weight, distance), "text" for notes, "choice" for options, "checkbox" for simple steps. Set-logging example: task "Bench Press" with subtasks Set 1/Set 2/Set 3 each response_type "number" — each completed set stores its value and timestamp, giving per-set timing for progression tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Parent task ID | |
| subtasks | Yes | Array of subtasks to create |