List a game's achievements
list_achievementsLists all achievements for a game with slug, name, description, emoji, points, hidden flag, and unlock count, helping identify badges that no player has earned.
Instructions
Every achievement defined on a game you can see: slug, name, description, emoji, points, whether it is hidden, and how many players have earned it. Read this before you touch a game's badge set — the slugs are the contract the shipped build already unlocks against, and unlockCount is how you find the badge nobody can reach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). |