call_tool
Execute any tool or raw debug command on a game instance, waiting until applied, to retrieve the true post-command state.
Instructions
Run a tool on one instance and return the result. Accepts any tool from any of that instance's toolsets, and any raw debug command it understands even if unpublished. Commands are waited on until the game reports them applied, so the state returned is the state after the command ran.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tool or command name | |
| port | No | Debug port of the game instance to talk to. Defaults to the bridge's --port, then GAME_BRIDGE_PORT, then 7777. launch_instance returns one; list_instances finds the rest. | |
| arguments | No | Arguments for the tool |