Skip to main content
Glama

Word of the Day MCP Server

get_word_definition

Retrieve word definitions, pronunciations, and meanings using dictionary API to understand vocabulary and improve language skills.

Instructions

Get the definition, pronunciation, and meanings of a word using the Dictionary API

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code (default: en)en
wordYesThe word to get the definition for

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "Language code (default: en)", "type": "string" }, "word": { "description": "The word to get the definition for", "type": "string" } }, "required": [ "word" ], "type": "object" }

Other Tools from Word of the Day MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traves-Theberge/Word_of_the_day'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server