Bulk Complete Tasks
task_bulk_doneMark multiple tasks as complete at once (max 50 task numbers per call). Confirm the number list with the user first: this is undone one task_reopen at a time, so a wrong 50-task set is a 50-call cleanup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of workspace-scoped task numbers | |
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| count | Yes | ||
| tasks | Yes | Every task the call changed, in the order it was given | |
| action | Yes |