get_entity
Retrieve a knowledge graph entity and its associated triples by providing the entity ID.
Instructions
Get a knowledge graph entity and its associated triples.
Args: entity_id: ID of the entity.
Returns: JSON string with entity details and related triples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |