graph_neighbourhood
Every ownership/control edge within a bounded number of hops of one entity, in BOTH directions — who it controls, who controls it, and their neighbours. Hard-capped in the database: depth 3, 300 edges, and at most 25 edges followed per entity per direction per hop. When the edge budget runs out the response sets truncated: true and says so — the corpus contains single entities with more than 22,000 edges, so a truncated view is normal for hubs, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Entity uuid from search_entities / resolve. | |
| depth | No | Hops, 1–3 (default 2). Also capped by the caller's plan. | |
| edges | No | Edge budget, 10–300 (default 120). |