get_fruit
ActiveTool of fruityvice
declared in 0.1.0
Get nutritional facts for a specific fruit. Returns calories, protein, fat, carbs, sugar, and fiber per 100g (e.g., 'apple', 'banana').
Parameters schema
{
"type": "object",
"examples": [
{
"name": "banana"
},
{
"name": "apple"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "The name of the fruit (e.g., \"banana\", \"apple\", \"mango\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
fruityvice
https://github.com/pipeworx-io/mcp-fruityvice
1/7 registries