Search reports
search_reportsSearch user bug reports using semantic and keyword matching. Leverages vector similarity, falling back to description substring search when unavailable.
Instructions
Semantic + keyword search over reports. Uses pgvector similarity server-side — falls back to description/summary substring only if embeddings are unavailable for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search text or component path | |
| limit | No | Max results (default 10, max 50) | |
| threshold | No | Similarity threshold 0..1, default 0.2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |