Tool tree
Real-time Steam database tracking concurrent players, live changelogs, price history, depots, upcoming releases, and sales events.
page: Home
list_salesAnswer
List current Steam discounts and active game deals tracked by Steam Index.
View tool JSON
{
"name": "list_sales",
"kind": "answer",
"impl": "imperative",
"description": "List current Steam discounts and active game deals tracked by Steam Index.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list_top_chartsAnswer
Retrieve the current top played games chart from Steam Index, including rankings, player counts, and 24-hour peaks.
View tool JSON
{
"name": "list_top_charts",
"kind": "answer",
"impl": "imperative",
"description": "Retrieve the current top played games chart from Steam Index, including rankings, player counts, and 24-hour peaks.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}open_gameAction
Navigate to a specific game details page on Steam Index using a URL or App ID.
View tool JSON
{
"name": "open_game",
"kind": "act",
"impl": "imperative",
"description": "Navigate to a specific game details page on Steam Index using a URL or App ID.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The target Steam Index game page URL."
},
"app_id": {
"type": "string",
"description": "The Steam App ID of the game."
}
}
},
"page": "/"
}search_catalogAnswer
Search the Steam Index catalog for games, DLCs, and applications by keyword query.
View tool JSON
{
"name": "search_catalog",
"kind": "answer",
"impl": "imperative",
"description": "Search the Steam Index catalog for games, DLCs, and applications by keyword query.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search keyword (e.g. game title or keyword)."
}
}
},
"page": "/"
}page: Counter strike 2
get_game_detailsAnswer
Get details for the currently viewed game on Steam Index, including name, App ID, and Steam Store link.
View tool JSON
{
"name": "get_game_details",
"kind": "answer",
"impl": "imperative",
"description": "Get details for the currently viewed game on Steam Index, including name, App ID, and Steam Store link.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/app/counter-strike-2"
}open_steam_storeAction
Prepare a safe external handoff link to open the official Steam Store page for the currently viewed game.
View tool JSON
{
"name": "open_steam_store",
"kind": "act",
"impl": "imperative",
"description": "Prepare a safe external handoff link to open the official Steam Store page for the currently viewed game.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/app/counter-strike-2"
}