get_arena_snapshot
Get a point-in-time snapshot of Arena state including active duels, recent results, and current standings. Filter by room_id for a specific arena room or duel_id for a specific duel. Returns challenger, defender, prompt, responses, scores, and winner. Useful for observing ongoing competitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duel_id | No | Specific duel ID to snapshot | |
| room_id | No | Room ID - returns latest active duel in room |