Define
defineLook up a word in the Merriam-Webster dictionary — the authoritative American English dictionary. Returns word definitions (short definitions), part of speech (noun, verb, adjective, etc.), pronunciation, and etymology (word origin). When the word is not found, returns close spelling suggestions instead. Example: define({ word: "ephemeral" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | The word to look up, e.g. "ephemeral", "serendipity", "run" | |
| _apiKey | No | Optional — your own Merriam-Webster keys as DICT_KEY:THES_KEY for higher limits; omit to use the shared Pipeworx key. |