read_file_surgical
Read a file or extract a specific symbol from code, using precise AST-based operations to reduce token usage.
Instructions
Read a file or extract a specific named symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to file | |
| projectRoot | Yes | Project root (REQUIRED) | |
| symbolName | No | Symbol name to extract (optional) | |
| className | No | Class name for scoping (optional) |