get_file_outline
Retrieve a paginated declaration outline for an exact repository file, with optional label filters and exclusion of container nodes, to understand its code structure.
Instructions
Declaration outline of one exact repository-relative file: optional exact label filter, source order, exact total/offset/limit paging; file/folder/container nodes excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| format | No | tree | |
| labels | No | Optional exact node-label filter | |
| offset | No | ||
| project | Yes | ||
| file_path | Yes | Exact repository-relative file path |