Bulk Triage
bulk_statusApply a status to multiple board jobs filtered by match score and source. No job IDs needed; the server selects matching jobs based on provided criteria.
Instructions
Triage MANY board jobs at once by score and/or source — e.g. dismiss every scored job under 60. Applies status to all scanned (board) jobs matching the filters; the server selects them, so you do NOT need the individual job ids. below_score/above_score match SCORED jobs only (use clear_jobs for un-evaluated ones). Provide at least one filter. Returns text; call show_board afterward to display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional note to attach to every matched job. | |
| source | No | Restrict to one source. | |
| status | Yes | Status to apply to every match. | |
| above_score | No | Match scored jobs with matchScore AT OR ABOVE this. | |
| below_score | No | Match scored jobs with matchScore BELOW this (e.g. 60). |