You're viewing a demo portfolio

Join the waitlist
PRSM

search_deals

Active

Tool of gamedeals

declared in 0.1.0

Search active game deals with optional filters by store, platform, or discount level. Returns deal title, store, sale price, normal price, savings %, Metacritic score, and deal rating.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "sort_by": "Deal Rating",
      "page_size": 20,
      "upper_price": 10
    },
    {
      "title": "Elden Ring",
      "store_id": "1",
      "lower_price": 20,
      "upper_price": 50
    }
  ],
  "required": [],
  "properties": {
    "title": {
      "type": "string",
      "description": "Filter deals by game title (partial match supported)"
    },
    "sort_by": {
      "type": "string",
      "description": "Sort order: \"Deal Rating\" (default), \"Price\", \"Metacritic\", or \"Reviews\""
    },
    "store_id": {
      "type": "string",
      "description": "Filter by store ID (use list_stores to get IDs)"
    },
    "page_size": {
      "type": "number",
      "description": "Number of results to return (default: 10, max: 60)"
    },
    "lower_price": {
      "type": "number",
      "description": "Minimum price filter"
    },
    "upper_price": {
      "type": "number",
      "description": "Maximum price filter (e.g., 5 for deals under $5)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gamedeals

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

1/7 registries
View full server →
search_deals — gamedeals — PRSM MCP