godot_command
Send custom commands to Godot when standard tools are insufficient. Execute low-level operations and access extended engine capabilities through the bridge.
Instructions
Send a custom command to Godot bridge. This is a low-level escape hatch when a named tool is not enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| payload | No | ||
| timeoutMs | No | ||
| autoConnect | No |