n3mo_get_file_symbols
List all symbols, including classes and functions, defined in a specific file. Supports 27 languages for code analysis.
Instructions
List all symbols (classes/functions) defined inside a specific file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to inspect (or a substring match). | |
| project_path | No | Absolute path to workspace directory (default: current directory). |