Game logs
godot_game_logsRetrieve recent stdout and stderr output from a running or finished Godot game. Filter by stream and limit lines to debug game logs.
Instructions
Return recent stdout/stderr from a running or finished game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | How many trailing lines to return. | |
| stream | No | Which stream to include. | all |
| 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 |