semantic_search
Search indexed code with natural-language queries to find relevant functions and classes, returning ranked fragments with exact file, line, and code snippets.
Instructions
Natural-language search over indexed code. Returns ranked code fragments with exact file, class, method, start_line, end_line, and code snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| directory_path | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |