steam_queryWorkshop
Search and filter Steam Workshop items for a game by text, tags, and sort order. Paginate through results using cursors.
Instructions
Search and browse Steam Workshop items for a given app. Filter by text, tags, and sort order. Requires STEAM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | App ID to search workshop items for (e.g. 440 for TF2) | |
| search_text | No | Text to search for in item titles and descriptions | |
| cursor | No | Pagination cursor. Use '*' for the first request, then pass the cursor from previous results. | |
| numperpage | No | Number of results per page (1-100, default 10) | |
| query_type | No | Query type: 0 = ranked by vote, 1 = ranked by date, 2 = ranked by trending, 3 = favorited by friends, etc. | |
| requiredtags | No | Comma-separated tags that items must have |