get_entity_components
Retrieve all components attached to an entity, returning each component's ID and type for inspection.
Instructions
List all components attached to an entity.
Args: entity_id: The entity ID to inspect.
Returns: JSON array of objects with 'component_id' and 'type' fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |