recipe_taste
ActiveTool of mcp-spoonacular
declared in 0.1.0
Fetch taste profile scores for a Spoonacular recipe by `id`. Returns numeric scores for sweetness, saltiness, sourness, bitterness, savoriness, fattiness, and spiciness. Optionally normalize scores 0–100.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 715495
},
{
"id": 715495,
"normalize": true
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number"
},
"normalize": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries