get_class_source
Retrieve class source code including methods by symbol name to save tokens compared to full-file reads.
Instructions
Fetch a class source body (including methods).
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'. | |
| file_path | No | ||
| max_lines | No | Cap lines (0=all, level=0 only). | |
| level | No | ||
| force_full | No | Bypass symbol cache. | |
| hints | No | Append a one-line get_full_context hint (default true). | |
| project | No | Project name/path (default: active). |