get_file_structure
Extract the symbol outline of a file to see its classes, functions, and methods without reading the whole file.
Instructions
Get the symbol outline of a file (classes, functions, methods). Use instead of reading the whole file when you only need structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | Max nodes to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| error | No | ||
| nodes | No | ||
| truncated | No | ||
| resolver_status | No | ok |