search_games
ActiveTool of thegamesdb
declared in 0.1.0
Search the TheGamesDB video-game database by title. Returns matching games with platform name, release date, players, rating, and a short overview. Example: search_games({ name: "zelda", limit: 10 })
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Game title or keyword to search for, e.g. \"zelda\", \"halo\", \"final fantasy\""
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 15)"
},
"_apiKey": {
"type": "string",
"description": "Optional TheGamesDB API key. Omit to use the shared Pipeworx platform key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
thegamesdb
https://github.com/pipeworx-io/mcp-thegamesdb
2/7 registries