get_functions
List functions in a file or across the project, with filtering, hints, and compression to reduce token usage.
Instructions
List functions in a file (file_path=...) or across the project.
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). |