action wordnik_get_etymologies { label: "Fetches etymology data" provider: wordnik method: GET path: "/word.json/{word}/etymologies" encoding: json input: { type: "object" properties: { useCanonical: { type: "string" enum: ["false", "true"] } word: { type: "string" } } required: ["word"] additionalProperties: false } output: { type: "object" additionalProperties: true } }