get_game
ActiveTool of thegamesdb
declared in 0.1.0
Get full metadata for a single game by its TheGamesDB id, including the front boxart image URL. Example: get_game({ id: 108139 })
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": [
"number",
"string"
],
"description": "TheGamesDB game id, e.g. 108139"
},
"_apiKey": {
"type": "string",
"description": "Optional TheGamesDB API key. Omit to use the shared Pipeworx platform key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
thegamesdb
https://github.com/pipeworx-io/mcp-thegamesdb
2/7 registries