backlog_search
Search backlog content including tasks, epics, and resources. Returns relevance-ranked results with match context to quickly find items.
Instructions
Search across all backlog content — tasks, epics, and resources. Returns relevance-ranked results with match context. Use this for discovery; use backlog_list for filtering by status/type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Supports keywords, phrases, and natural language. Fuzzy matching and semantic similarity are applied automatically. | |
| types | No | Filter results by type. Default: all types. Example: ["task", "epic"] to exclude resources. | |
| status | No | Filter tasks/epics by status. Default: all statuses. Example: ["open", "in_progress"] for active work only. | |
| parent_id | No | Scope search to items under a specific parent. Example: "EPIC-0001" | |
| sort | No | Sort mode. "relevant" (default) ranks by search relevance. "recent" ranks by last updated. | |
| limit | No | Max results to return. Default: 20, max: 100. | |
| include_content | No | Include full description/content in results. Default: false (returns snippets only). Set true when you need the full text. | |
| include_scores | No | Include relevance scores in results. Default: false. |