get_file_outline
Retrieve a file's symbol outline in source order, including names, kinds, line ranges, and signatures, to selectively load only the code bodies you need.
Instructions
List every symbol declared in a file, in source order.
Use this instead of reading a whole file — it returns the outline (name, kind, line range, signature) so the agent can then pull only the symbol bodies it actually needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes |