action spoonacular_visualize_recipe_price_breakdown_by_id { label: "Price Breakdown by ID Widget" description: "Visualize a recipe's price breakdown." provider: spoonacular method: GET path: "/recipes/{id}/priceBreakdownWidget" encoding: json input: { type: "object" properties: { id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }