spawn_list_games
Lists all games your token can push to, showing app ID, variant, name, and play URL, so you can pick the correct game for updates.
Instructions
List games this token can push to: { games: [{ appId, variantId, name, playUrl }] }. Ask the creator which one by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | No | Absolute path to the Spawn game project (game.json / .env). Defaults to SPAWN_PROJECT_DIR or the MCP process cwd. |