Add Checklist Items
checklist_addAdd checklist items to a task; items start unchecked and append after existing ones. Pass title for one item or titles for several: a titles batch keeps the given order, so ALWAYS add a multi-item list in one call rather than one call per item (parallel single adds land in arrival order, not list order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Workspace-scoped task number, encoded as a string | |
| title | No | Checklist item title | |
| titles | No | Several checklist item titles, kept in the given order (use instead of `title`) | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| workspace | No | Workspace id, slug, or name | |
| idempotency_key | No | Stable key that makes retries safe: repeated calls with the same key create only one record and return the same id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| count | Yes | ||
| items | Yes | ||
| taskId | Yes |