Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_synonymsB

Find synonyms (words with similar meanings) for a given word. Uses WordNet and corpus data. Optionally bias results toward a specific topic.

find_antonymsA

Find antonyms (words with opposite meanings) for a given word using WordNet relationships.

find_rhymesA

Find words that rhyme with a given word. Supports perfect rhymes and near-rhymes. Useful for poetry, songwriting, and creative writing.

find_similar_soundingA

Find words that sound similar to the input. Useful for spelling correction, finding homophones, creating puns, or phonetic matching.

find_by_patternA

Find words matching a spelling pattern with wildcards. Use '' for any number of characters, '?' for exactly one character. Examples: 't??k' matches talk/tank/tick, 'unable' matches unable/unforgettable.

find_related_wordsA

Find words semantically related to the input. Can find words by meaning similarity, statistical associations (triggers), or hierarchical relationships (hypernyms/hyponyms).

find_adjectives_for_nounB

Find adjectives commonly used to describe a noun. Based on Google Books Ngrams data. Example: 'ocean' → deep, blue, vast, pacific.

find_nouns_for_adjectiveA

Find nouns commonly described by an adjective. Based on Google Books Ngrams data. Example: 'yellow' → sun, light, fever, pages.

get_word_infoA

Get detailed information about a word including: definitions, part of speech, syllable count, pronunciation (IPA), and usage frequency.

autocompleteA

Get word suggestions for a partial input. Includes intelligent spelling correction and phonetic fallbacks when exact prefix matches aren't found.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lacausecrypto/datamuse-mcp'

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