retrieve_entity
Retrieve an entity from the catalog by its ID. Optionally truncate text fields for concise results.
Instructions
Retrieve an entity from the catalog by ID.
Args:
entity_id: The ID of the entity to retrieve
truncate_length: Maximum characters for text fields in results (default: 150).
Often useful to set to None when you need full descriptions/definitions.
Returns:
Entity details with text fields truncated to specified length
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | The ID of the entity to retrieve | |
| truncate_length | No | Maximum characters for text fields in results. Often useful to set to None when you need full descriptions/definitions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |