get_classes
Retrieve class definitions from a codebase including methods, inheritance, and file location. Filter by file or project for targeted analysis.
Instructions
List classes (name, lines, methods, bases, file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Filter to file (omit=all). | |
| max_results | No | Default 100. 0=unlimited. Truncated results carry a trailing `_truncated` marker with total count. | |
| hints | No | Append a `_hints` entry with next-step tool calls (default true). | |
| compress | No | Compact rows (default true). | |
| project | No | Project name/path (default: active). |