Get a Legends of Learning game
legends_get_gameFetches the full public detail for one Legends of Learning game by its numeric id (from legends_search_games).
Returns the game's id, title, description, image, estimated_duration in minutes, type, grades served, teacher/student ratings, instructions, vocabulary, discussion questions, capability flags (supports_ipad, supports_tts, multi_language, saves_progress), lexile_level, the public url, and learning_objectives — the standards the game is aligned to, each with id, title, code, and standard_set.
Example: {"game_id": 1445} returns that game, or an error result if no such game is publicly available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | Numeric game id, e.g. from legends_search_games results |