get_game_data_items
Retrieve multiple game data items from a collection by specifying comma-separated IDs. More efficient than fetching each item individually.
Instructions
Return items from a static game data collection by comma-separated ids.
More efficient than calling get_game_data_item multiple times.
Example: get_game_data_items(collection='cards', item_ids='1,2,3')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| item_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||