bulk_inspect_assets
Inspect multiple assets in a single call, returning per-path data and aggregate counts. Isolates partial failures; useful for pipeline audits such as verifying texture power-of-two compliance.
Instructions
Inspect multiple assets in one MCP call by composing the inspect_asset C++ handler bridge-side. Returns per-path inspection data plus aggregate counts; partial failures isolated per result. Mirrors the bulk_*_assets family shape. Use for pipeline audits (e.g. enumerate 500 textures and report which lack a power-of-two source).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Asset object paths to inspect (each non-empty, NUL + '..' segments rejected). | |
| continue_on_error | No | Default true. When false, stop at first per-path failure and return the partial results. |