retrieve_graph_neighborhood
Retrieve complete graph neighborhood around a node to explore related entities, relationships, sources, and timeline events for comprehensive context analysis.
Instructions
Retrieve complete graph neighborhood around a node (entity or source): related entities, relationships, sources, and events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID (entity_id or source_id) to get neighborhood for | |
| node_type | No | Type of node ('entity' for entities, 'source' for sources) | entity |
| include_relationships | No | Include relationships in response | |
| include_sources | No | Include related sources in response | |
| include_events | No | Include timeline events in response | |
| include_observations | No | Include observations (for entities only) |