list_boards
Retrieve all leaderboards for a specified game, including board IDs, slugs, ranking direction, score kind, retention policy, and score bounds. Use this to find a board's ID before generating SDK snippets or reading standings.
Instructions
List all leaderboards (boards) under a given game. Each board has its own id, slug, ranking (sortDir: desc = high-score-wins, asc = lowest-time-wins), score kind (integer / duration_ms / float), retention policy, and optional min/max score bounds. Call this to find a board's id before generating a snippet (get_sdk_snippet) or reading standings (get_board_top_n), or to show the developer what boards already exist under a game returned by list_games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | UUID of the game to list boards for (from list_games) |