action spoonacular_visualize_recipe_taste { label: "Recipe Taste Widget" description: "Visualize a recipe's taste information as HTML including CSS. You can play around with that endpoint!" provider: spoonacular method: POST path: "/recipes/visualizeTaste" encoding: form input: { type: "object" properties: { normalize: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }