define_word
Fetch dictionary entries for English words: definitions, parts of speech, and example sentences. Provides structured JSON output for AI agents.
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 |