tracker_search
Search projects, epics, tasks, and notes by keyword to quickly locate relevant items. Returns categorized previews so you can identify matches before opening full details.
Instructions
Search projects, epics, tasks and notes by keyword. Returns categorized previews — use task_get or note_list for full text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per entity type | |
| query | Yes | Search keywords | |
| branch | No | Git branch filter: "current" = active branch, "" = branch-agnostic only, omit = all. | |
| project_id | No | Scope to one project. Defaults to SAGA_PROJECT if set, else the whole database. | |
| entity_types | No | Limit search to specific entity types (omit for all) | |
| include_archived | No | Include archived epics and their tasks. |