search
Find exact lines in a codebase by looking up a literal substring in indexed files. Returns matching lines with file path and line number for offline, private code lookup.
Instructions
Search previously indexed files for a literal substring. Returns matching lines with file path and line number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Optional project root to search within | |
| query | Yes | Literal substring to search for | |
| max_results | No | Maximum results (default 100) |