omni_blueprint
Reduce MCP round-trips by batching high-level shape operations into one sequence. Compose steps to generate a complete op list and apply it in a single call.
Instructions
Run any sequence of high-level shape calls in a single MCP round-trip. Provide a list of named operations; the response is the full op list ready to feed into omni_batch_apply (or auto-applied if apply=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | If true, validate + send as one batch. If false, just emit the ops. | |
| steps | Yes | ||
| batchName | No | blueprint |