list_file_entities
Retrieve all graph entities for a repo-relative file, with pagination and a completeness flag, so you can verify whether any results were omitted before concluding the file is empty.
Instructions
List every entity the graph holds for one file, by repo-relative path. The only retrieval tool that says what it left out: it returns the whole set and reports whether it is complete. Call it before concluding a file holds nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repo-relative file path, no leading slash and no "..". Optional when `cursor` names it. | |
| cursor | No | Opaque token from a prior result's `next_cursor`. Pass it back unedited. | |
| page_size | No | Entities per page (default 200, 1..1000). `total_in_file` is the whole-file count. |