get_entity_relations
Fetch all relations connected to an entity. Provide an entity ID to get its source and target relationships.
Instructions
Get all relations for an entity (incoming and outgoing).
Args: entity_id: Entity ID.
Returns: List of relations with source/target info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |