Godot Batch Workflow Manager
godot_batchExecute a bounded sequence of Godot MCP tool calls to automate multi-step workflows and handle recovery loops.
Instructions
Run a bounded sequence of other Godot MCP tool calls. Useful for Codex multi-step workflows and recovery loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Steps to execute. | |
| dryRun | No | Return planned steps without executing. | |
| maxSteps | No | Maximum allowed steps. | |
| stopOnError | No | Stop after first failed step. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| logs | No | ||
| meta | No | ||
| error | Yes | ||
| result | Yes | ||
| details | No | ||
| summary | Yes | ||
| warnings | No | ||
| timestamp | No | ||
| correlationId | Yes |