get_game_data_item
Retrieves a single item from a specified game data collection by its ID, such as cards, books, or enemies. Use for efficient lookup when only one item is needed.
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 | |||