action wordnik_get_word_of_the_day { label: "Returns a specific WordOfTheDay" provider: wordnik method: GET path: "/words.json/wordOfTheDay" encoding: json input: { type: "object" properties: { date: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }