find_symbol
Locate a symbol in code by name, retrieving file, line, signature, and a minimal preview. Supports batch lookup of up to 10 symbols.
Instructions
Locate a symbol: file, line, signature, minimal preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| names | No | Batch mode: list of names (max 10). Returns {name: result} dict. Mutually exclusive with 'name'. | |
| level | No | 0 full, 1 no preview, 2 minimal. | |
| hints | No | Add a `_hints` key with next-step tool calls (default true). | |
| compress | No | Compact rows (default true). | |
| project | No | Project name/path (default: active). |