action wordnik_get_scrabble_score { label: "Returns the Scrabble score for a word" provider: wordnik method: GET path: "/word.json/{word}/scrabbleScore" encoding: json input: { type: "object" properties: { word: { type: "string" } } required: ["word"] additionalProperties: false } output: { type: "object" additionalProperties: true } }