action spoonacular_get_arandom_food_joke { label: "Random Food Joke" description: "Get a random joke that is related to food. Caution: this is an endpoint for adults!" provider: spoonacular method: GET path: "/food/jokes/random" encoding: json output: { type: "object" required: ["text"] properties: { text: { type: "string" } } } }