search_keyword
Retrieve files containing a specific term, function name, or literal phrase via exact keyword search. Supports AND/OR/NOT, quoted phrases, and prefix wildcards.
Instructions
Exact keyword / phrase search over extracted file text (FTS5, BM25-ranked).
Use when looking for a specific term, function name, or literal phrase rather than a conceptual match — semantic search is weak at exact matches. Supports FTS5 syntax: AND / OR / NOT, "quoted phrases", and prefix* wildcards. For meaning-based questions use search instead. Returns files with a matching snippet and file_id, best matches first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| keyword | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |