describe_file
Analyze file structure to identify classes, functions, and methods with domain concepts and semantic roles without reading file contents.
Instructions
Describe a file's structure WITHOUT reading it — returns classes, functions, and methods annotated with domain concepts and semantic roles. Use when you need to understand a file's shape, what symbols it contains, or what concepts it implements. Accepts partial paths (e.g. 'networks.py' matches 'src/networks.py'). Use describe_symbol to drill into any symbol shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path or partial path to describe (e.g. 'networks.py') |