Get Node Relationships
get_node_relationshipsGet all relationships connected to a specific node. Supports direction filtering (incoming, outgoing, both) and relationship type filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Filter: incoming, outgoing, or both (default: both) | |
| entity_id | Yes | The node's entity_id | |
| project_id | Yes | Project ID (UUID) | |
| entity_type | Yes | Entity key of the node | |
| environment | No | Environment: staging or production (default: staging) | |
| rel_type_filter | No | Filter by relationship type (UPPER_SNAKE_CASE) |