Search reports
search_reportsSearch bug reports using natural-language queries or component paths. Returns ranked results with IDs, summaries, and similarity scores for fast triage.
Instructions
Search reports by meaning and keyword (pgvector similarity server-side; falls back to summary/description substring if embeddings are unavailable). Returns ranked { results: [{ id, summary, similarity }] }. Read-only. Use to find reports by free text ("checkout flakiness"); use get_similar_bugs to dedupe a known component/bug, or get_recent_reports to list without a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 50) | |
| query | Yes | Natural-language search text or component path | |
| threshold | No | Similarity threshold 0..1, default 0.2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |