get_game
ActiveTool of Rawg
declared in 0.1.0
Get full details for a single video game: description, ratings, Metacritic score, platforms, genres, developers, publishers, ESRB rating, and playtime. Example: get_game({ id: "the-witcher-3-wild-hunt" })
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "RAWG game id or slug, e.g. \"3328\" or \"the-witcher-3-wild-hunt\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own RAWG API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rawg
https://github.com/pipeworx-io/mcp-rawg
1/7 registries