list_entities
Retrieve an inventory of map entities showing classname, targetname, origin, brush count, and bounds. Filter by classname substring or property key/value to isolate specific entities.
Instructions
List entities with index, classname, targetname, origin, brush count, and bounds. Optionally filter by classname substring or a property key/value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_path | Yes | Absolute path to the .map file | |
| property_key | No | Only entities that have this property | |
| property_value | No | With property_key: require this exact value | |
| classname_filter | No | Case-insensitive substring match on classname |