action wordnik_get_random_word { label: "Returns a single random WordObject" provider: wordnik method: GET path: "/words.json/randomWord" encoding: json input: { type: "object" properties: { excludePartOfSpeech: { type: "string" } hasDictionaryDef: { type: "string" } includePartOfSpeech: { type: "string" } maxCorpusCount: { type: "integer" format: "int32" } maxDictionaryCount: { type: "integer" format: "int32" } maxLength: { type: "integer" format: "int32" } minCorpusCount: { type: "integer" format: "int32" } minDictionaryCount: { type: "integer" format: "int32" } minLength: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }