Skip to main content
Glama

find_related_words

Read-onlyIdempotent

Find Estonian words semantically similar to a given word using fastText embeddings. Use it to break repetition, find alternative phrasings, or expand vocabulary beyond exact synonyms.

Instructions

Find Estonian words semantically similar to the input via fastText.

Returns the top-n nearest neighbours by cosine similarity over a pre-trained Estonian fastText model (Common Crawl + Wikipedia, 2018). Useful for breaking repetition, finding alternative phrasings, or expanding vocabulary when WordNet's exact-meaning synonyms aren't enough.

Distinct from synonyms: that one returns WordNet synsets — words with the same meaning. This one returns words that pattern with the input in real Estonian text, which can include near-synonyms, related concepts, and (sometimes) antonyms.

Known quirks of the embedding model:

  • Inflections crowd the top results for some words. fastText sees kasutama and kasutada as related because the surface forms share subword n-grams; you may want to lemmatize matches yourself to dedupe.

  • Antonyms can appear because antonyms occur in similar contexts (tark may surface loll). Treat the list as "semantically nearby" rather than "synonymous."

  • Polysemy is not disambiguated. lahe (which means both "bay" and the colloquial "cool") will return whichever sense dominates the training data.

Single-word input only, capped at 200 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoHow many nearest-neighbour words to return (1-50).
wordYesA single Estonian word to find semantically related words for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordNo
matchesNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint and idempotentHint. The description adds substantial behavioral context beyond annotations: inflections crowding results, antonyms appearing, polysemy not disambiguated, single-word input, and 200-character cap. This fully discloses behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with paragraphs and bullet points, but it is somewhat verbose (multiple paragraphs with known quirks). It front-loads purpose and usage, but some details could be more concise. Still, it earns its length due to informativeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the tool (embedding model quirks, domain-specific Estonian), the description is complete. It covers purpose, usage, limitations, and behavioral quirks. The output schema exists, so return values are not needed in the description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents both parameters with descriptions. The description does not add extra meaning beyond what the schema provides, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it finds Estonian words semantically similar via fastText, with specific verb 'find' and resource 'related words'. It distinguishes from sibling 'synonyms' by explaining the difference between fastText similarity and WordNet synonyms.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly describes when to use (breaking repetition, finding alternative phrasings, expanding vocabulary) and when not (when exact synonyms are needed), and contrasts with the 'synonyms' tool. Provides clear context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/silly-geese/estonian-mcp'

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