You're viewing a demo portfolio

Join the waitlist
PRSM

search_games

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

thegamesdb

https://github.com/pipeworx-io/mcp-thegamesdb

2/7 registries
View full server →
search_games — thegamesdb — PRSM MCP