get_file_outline
Retrieve a file-by-file outline of declarations at a given path, including kind, signature, and range. Scan a package or small file to understand its code structure at a glance.
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 |