Define a Word
language.dictionary.defineDefine any word: get phonetic pronunciation, part of speech, definitions with examples, synonyms, antonyms, and audio. Supports 12 languages.
Instructions
Get word definition — phonetic pronunciation, part of speech, definitions with examples, synonyms, antonyms, audio URL. Supports 12 languages: en, es, fr, de, it, pt, ru, ar, hi, ja, ko, zh (Free Dictionary API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Word to define (e.g. "algorithm", "serendipity", "ubuntu") | |
| language | No | Language code: en, es, fr, de, it, pt, ru, ar, hi, ja, ko, zh (default: en) | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |