You're viewing a demo portfolio

Join the waitlist
PRSM

get_by_nutrition

Active

Tool of fruityvice

declared in 0.1.0

Find fruits matching a nutritional range. Specify nutrient type (calories, sugar, fat, carbs, protein) and min/max values to filter results.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "max": 60,
      "min": 40,
      "nutrient": "calories"
    },
    {
      "max": 15,
      "min": 10,
      "nutrient": "sugar"
    }
  ],
  "required": [
    "nutrient",
    "min",
    "max"
  ],
  "properties": {
    "max": {
      "type": "number",
      "description": "Maximum value for the nutrient (inclusive)."
    },
    "min": {
      "type": "number",
      "description": "Minimum value for the nutrient (inclusive)."
    },
    "nutrient": {
      "type": "string",
      "description": "The nutrient to filter by. One of: calories, sugar, fat, carbohydrates, protein."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

fruityvice

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

1/7 registries
View full server →