read_file_symbol
Retrieve a function or class definition by name from a code file, using fuzzy matching to locate close matches.
Instructions
Read function/class by name. Fuzzy matching supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Relative path (also accepts file_path) | |
| symbol | Yes | Symbol name | |
| file_path | No | Alias for file |