You're viewing a demo portfolio

Join the waitlist
PRSM

search_recipes

Active

Tool of Edamam

declared in 0.1.0

Search Edamam's recipe database by keyword with optional diet, health, and cuisine filters. Returns recipes with calories, time, servings, and ingredient lists. Example: search_recipes({ query: "chicken curry", health: "gluten-free", limit: 5 })

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "diet": {
      "type": "string",
      "description": "Optional diet filter, e.g. \"balanced\", \"high-protein\", \"low-carb\", \"low-fat\""
    },
    "limit": {
      "type": "number",
      "description": "Maximum recipes to return (default 10)"
    },
    "query": {
      "type": "string",
      "description": "Recipe search keywords, e.g. \"chicken curry\", \"vegan brownies\""
    },
    "health": {
      "type": "string",
      "description": "Optional health label filter, e.g. \"gluten-free\", \"vegan\", \"vegetarian\", \"peanut-free\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key."
    },
    "cuisine": {
      "type": "string",
      "description": "Optional cuisine type filter, e.g. \"italian\", \"mexican\", \"indian\", \"japanese\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Edamam

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

1/7 registries
View full server →