action jokes_get_jod { label: "get_jod" description: "Gets `Joke of the Day`.\nOptional `category` param determines\nthe category of returned joke of the day\n" provider: jokes method: GET path: "/jod" encoding: json input: { type: "object" properties: { category: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }