get_file_context
Retrieves a structured AST summary for a file, listing all indexed symbols (classes, functions, imports) with their line ranges for precise code context.
Instructions
Returns a structured AST summary for a given file, including all indexed symbols (classes, functions, imports) and their line ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |