get_game_data_item
Retrieve a single game data item by its collection and ID for efficient access to static game data.
Instructions
Return a single item from a static game data collection.
First calls /static/{collection} to get the full collection, then finds the item by id. For efficiency, prefer get_game_data_items when you need multiple items.
Collections: cards, books, enemies, passives, decks, stages, drop_books, card_drop_tables, gifts, emotion_cards, emotion_ego, formations, quests, floor_levels, final_rewards, tooltips, titles, credits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||