get_project_structure
Retrieve all code entities—modules, classes, functions, variables—from a project with their type, name, file path, and line number. Filter by entity type and limit results for targeted analysis.
Instructions
Get all modules, classes, functions, and variables in the analyzed project. Returns entity type, name, file path, and line number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or path (auto-detects if omitted) | |
| type | No | Filter by entity type | |
| limit | No | Max results to return (default: 100) |