You're viewing a demo portfolio

Join the waitlist
PRSM

get_recommendations

Active

Tool of Tastedive

declared in 0.1.0

Return 'similar to X' recommendations from TasteDive for a seed query (title or comma-separated titles). Optionally restrict to one media category (music/movie/show/book/game/podcast). Returns name, type, and optionally Wikipedia teaser + URL per recommendation.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "type": "movie",
      "limit": 10,
      "query": "Inception",
      "include_info": true
    },
    {
      "type": "music",
      "query": "The Beatles, David Bowie"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "type": {
      "enum": [
        "music",
        "movie",
        "show",
        "book",
        "game",
        "podcast",
        "person",
        "place",
        "brand"
      ],
      "type": "string",
      "description": "Restrict to one category. Note: types are singular (movie, show, book), not plural."
    },
    "limit": {
      "type": "number",
      "description": "1-50 (default 20)"
    },
    "query": {
      "type": "string",
      "description": "Seed — one or more titles, comma-separated. Prefix with `<type>:` to disambiguate (e.g., \"movie:Inception\")."
    },
    "include_info": {
      "type": "boolean",
      "description": "Add description + Wikipedia URL (default false)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tastedive

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

1/7 registries
View full server →