get_functions_by_file
Retrieve all tracked function signatures for a file, providing essential details without opening the source code.
Instructions
Get all tracked function signatures for a file — use BEFORE reading source code. Often provides everything needed without opening the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File ID to get functions for | |
| include_details | No | If false, omit purpose/parameters/returns for lightweight listing | |
| details_only | No | If true, return only id/name + purpose/parameters/returns (when AI already has the rest) |