steam_search_game
Search Steam games by name to retrieve AppID, current price, discount percentage, and Metacritic score. Use this to get the AppID required for other Steam API tools.
Instructions
Searches for games on Steam by name. Returns AppID, name, current price, discount percentage, and Metacritic score. Use this to find a game's AppID before calling other tools that require it. Example: search "Counter-Strike" to get AppID 730.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (default: 5, max: 20) | |
| query | Yes | Game name to search for (e.g. "Counter-Strike", "Cyberpunk") |