ingredient_information
ActiveTool of mcp-spoonacular
declared in 0.1.0
Fetch details for a Spoonacular ingredient by numeric `id`. Returns name, category, possible units, and nutrition data for the given `amount` and `unit`. Use `ingredient_search` to get the id first.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 9160
},
{
"id": 9160,
"unit": "g",
"amount": 100
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number"
},
"unit": {
"type": "string"
},
"amount": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries