You're viewing a demo portfolio

Join the waitlist
PRSM

meal_plan_generate

Active

Tool of mcp-spoonacular

declared in 0.1.0

Generate a Spoonacular meal plan for a given `timeFrame` ("day" or "week") matching `targetCalories`, `diet` (e.g. vegetarian/vegan/paleo), and comma-separated `exclude` ingredients. Returns meals with recipe ids, titles, images, and nutrition summary.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "timeFrame": "week",
      "targetCalories": 2000
    },
    {
      "diet": "paleo",
      "exclude": "gluten",
      "timeFrame": "day",
      "targetCalories": 2500
    }
  ],
  "properties": {
    "diet": {
      "type": "string"
    },
    "exclude": {
      "type": "string"
    },
    "timeFrame": {
      "type": "string"
    },
    "targetCalories": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-spoonacular

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

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