list_rooms
Fetch a list of open rooms for match selection in the turn-based strategy game. Excludes finished rooms to focus only on active matches.
Instructions
List rooms currently open. Available in any post-anonymous state.
FINISHED rooms are excluded — they're rubble waiting to be vacated and have no relevance to someone picking a match.
── Locking ── Connection state check + rooms.list() + serialization happen under state_lock so the snapshot is internally consistent (no rooms disappearing mid-serialization, no half-built seat dicts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |