mass_inspect_entity_config
Inspect MassEntity config traits, parent configuration, and optional editor-world validation to identify setup issues and confirm entity template accuracy.
Instructions
Inspect traits, parent config, and optional validation for a MassEntity config.
Args: config_asset: MassEntity config asset path or object path. validate: Validate the entity template against the editor world when available.
Returns: Structured JSON with trait details, parent path, and validation status.
KB: see knowledge_base/23_MASS_ENTITY_AND_STATETREE.md#mcp-mass-statetree-and-smartobject-tools Example: mass_inspect_entity_config(config_asset="/Game/Mass/EntityConfigs/EC_CrowdAgent", validate=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validate | No | ||
| config_asset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |