You're viewing a demo portfolio

Join the waitlist
PRSM

wine_recommendation

Active

Tool of mcp-spoonacular

declared in 0.1.0

Fetch specific wine product recommendations for a wine type name (e.g. "merlot", "chardonnay") with optional `minRating`, `price` target, and `number` of results. Returns product name, price, average rating, and description.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "wine": "Cabernet Sauvignon"
    },
    {
      "wine": "Pinot Grigio",
      "number": 5,
      "minRating": 4
    }
  ],
  "required": [
    "wine"
  ],
  "properties": {
    "wine": {
      "type": "string"
    },
    "price": {
      "type": "string"
    },
    "number": {
      "type": "number"
    },
    "minRating": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-spoonacular

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

2/7 registries
View full server →
wine_recommendation — mcp-spoonacular — PRSM MCP