Engine info
godot_engine_infoQuery a running Godot game to get engine version, FPS, frame count, current scene, and node count via its bridge.
Instructions
Query a running game via its bridge: engine version, FPS, frame count, current scene and node count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | No | Handle of a running game (e.g. "game-1"). Optional when exactly one game is running. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |