get_symbols_overview
Extract the top-level symbol tree from GDScript files to identify functions, signals, exports, enums, and constants for code analysis and navigation.
Instructions
Get the top-level symbol tree for a GDScript file: functions, signals, exports, enums, constants.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .gd file |