get_by_nutrition
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
fruityvice
https://github.com/pipeworx-io/mcp-fruityvice
1/7 registries