get_file_outline
Retrieve declarations grouped by file with kind, signature, and range for a given path. Use it to get a package overview without reading entire files.
Instructions
Declarations under a path, grouped by file, with kind, signature and range. Use it for a package; one small file is cheaper to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| path | Yes | ||
| view | No | ||
| limit | No | ||
| cursor | No | ||
| repository | Yes | ||
| include_members | No | ||
| response_format | No |