get_classes
List classes in a codebase with their name, lines, methods, bases, and file path. Filter by file, limit results, and get hints for next tool calls.
Instructions
List classes (name, lines, methods, bases, file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | Append a `_hints` entry with next-step tool calls (default true). | |
| project | No | Project name/path (default: active). | |
| compress | No | Compact rows (default true). | |
| 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. |