get_functions
List functions in a file or across a project to quickly locate and understand code structure.
Instructions
List functions in a file (file_path=...) or across the project.
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. |