get_file_summary
Extract a file's functions, classes, imports, and exports to understand its API and dependencies without loading the entire source code.
Instructions
Return the symbol table (functions/classes/methods with signatures and docstrings), imports, and exports for a single indexed file — without returning the entire file body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| repo_root | No |