inspect
Retrieve components from multiple Unity objects at once. Specify component types or field names to keep the output token-efficient.
Instructions
Get components for multiple objects at once. paths: comma-separated. components: comma-separated types (default: all). find_type: component type to find — populates paths automatically (replaces explicit paths). fields: comma-separated field names to keep across all objects — projects the result to save tokens. full=True: bypass distillation. compress=True: strip default values before transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| paths | No | ||
| fields | No | ||
| compress | No | ||
| find_type | No | ||
| components | No |