omni_batch_validate
Validate and translate a raw MapDev op batch without sending it, returning a cleaned batch plus errors and warnings on block names, region size, y-range, and op count.
Instructions
Translate and validate a raw MapDev op batch WITHOUT sending it. Returns the cleaned batch + a list of errors and warnings (e.g. unknown block names, region over 1M blocks, y out of range, op count over 20k).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | List of MapDev ops. Each op must have an `op` field. | |
| name | No | agent-batch | |
| autoTranslate | No |