describe_file
Return classes, functions, and methods annotated with domain concepts and semantic roles from a file path. Understand file structure and implemented concepts without reading the file content.
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') |