action spoonacular_equipment_by_idimage { label: "Equipment by ID Image" description: "Visualize a recipe's equipment list as an image." provider: spoonacular method: GET path: "/recipes/{id}/equipmentWidget.png" encoding: json input: { type: "object" properties: { id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }