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