search
Find relevant code chunks using natural language queries. Returns ranked results with file paths and line numbers to speed up code navigation and understanding.
Instructions
Semantic search for code. Returns ranked code chunks with file paths and line numbers.
Examples:
search(question="authentication login flow")
search(question="user model", language="python", symbol_type="class")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Codebase path for auto-loading | |
| language | No | Filter by language | |
| question | Yes | Natural language search query | |
| n_results | No | Number of results | |
| symbol_type | No | Filter by symbol type |