file_summary
Get a file's outline—definitions, imports, and reverse imports—to quickly check relevance without reading the whole file.
Instructions
Outline of one file: what it defines, what it imports, who imports it.
Cheaper than reading the file when you only need to know whether it is relevant, and it adds the reverse-import view that reading cannot give you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path, or any distinctive part of one |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |