get_module_symbols
Retrieve all symbols defined in a given file, including functions, types, components, and exports, with optional filtering by kind and export status.
Instructions
List all symbols defined in a module/file: functions, types, components, exports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codebase | Yes | Codebase name (the name you used when calling index_codebase) | |
| file_path | Yes | File path relative to codebase root | |
| kinds | No | Filter by symbol kind | |
| exported_only | No | Only show exported symbols |