You're viewing a demo portfolio

Join the waitlist
PRSM

filter_games

Active

Tool of videogames

declared in 0.1.0

Filter free-to-play games on FreeToGame by a dot-separated tag combination (e.g., "3d.mmorpg.fantasy", "shooter.pvp") and optional platform (pc/browser). Returns matching games with title, genre, platform, and release date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tag": "3d.mmorpg.fantasy"
    },
    {
      "tag": "shooter.pvp",
      "platform": "pc"
    }
  ],
  "required": [
    "tag"
  ],
  "properties": {
    "tag": {
      "type": "string",
      "description": "Dot-separated tag filter, e.g. \"3d.mmorpg.fantasy\", \"shooter.pvp\", \"browser.strategy\""
    },
    "platform": {
      "type": "string",
      "description": "Optional platform filter: \"pc\" or \"browser\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

videogames

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

1/7 registries
View full server →