search_store
Search the Steam store for apps by name. Returns a list of matching results with app ID, name, and icon.
Instructions
Search the Steam store for apps by name.
Uses the Steam community search API. No API key required.
Return Format
{"success": bool, "message": str, "data": {"query": str, "results": [{"appid": str, "name": str, "icon": str}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. | |
| count | No | Max results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||