get_file_entities
Retrieve all code entities defined in a file, including classes, functions, and variables, to analyze project structure and dependencies.
Instructions
Get all entities (classes, functions, variables) defined in a specific file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or path | |
| filePath | Yes | File path (partial match, e.g. 'User.php' or 'src/models') |