You're viewing a demo portfolio

Join the waitlist
PRSM

search_food

Active

Tool of Edamam

declared in 0.1.0

Search Edamam's food database for foods matching a query and return per-100g macros (calories, protein, fat, carbs). Example: search_food({ query: "cheddar cheese", limit: 10 })

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum foods to return (default 15)"
    },
    "query": {
      "type": "string",
      "description": "Food name to search for, e.g. \"cheddar cheese\", \"banana\", \"almond milk\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key."
    }
  }
}

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 →