define_word
Look up an English word and receive its full dictionary entry, including definitions, parts of speech, and example sentences. Get structured word meanings directly from an online dictionary source.
Instructions
Look up an English word and return its dictionary entry: definitions, part(s) of speech, and example sentences.
Fetches from an online dictionary data source, so a network connection is required. Read-only with no side effects. If the word is not found (misspelled or not in the dictionary), returns an empty result or a not-found response rather than raising.
Returns a structured entry for the word, typically containing the word itself, one or more part-of-speech groupings, and for each a list of definitions with optional example sentences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | The English word to define, as a string. Example: "serendipity". No default (required). Single words only; not phrases or non-English terms. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |