Skip to main content
Glama

get_related_words

Find semantic neighbors, rhymes, same-root words, and knowledge graph connections for any word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYesEnglish word to find relations for

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the core behavior (finding various relation types) but does not disclose potential edge cases like handling of unknown words, multi-word phrases, or the order/format of results. For a simple read operation, this is acceptable but not richly transparent.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the action and lists the result types. No wasted words.

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

Completeness4/5

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

For a simple tool with one parameter and no output schema, the description adequately conveys the tool's purpose and result types. It could mention that results are returned as a list or grouped, but the omission is not critical.

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

Parameters4/5

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

The schema has 100% coverage for the single parameter 'word', but the description enriches it by specifying the kinds of relations returned (semantic, rhyme, root, knowledge graph). This adds meaningful context beyond the schema's simple 'find relations for'.

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 uses a specific verb 'Find' and names the resource: semantic neighbors, rhymes, same-root words, and knowledge graph connections. This clearly distinguishes it from sibling tools like lookup_word or define_term, which focus on definitions or translations.

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

Usage Guidelines4/5

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

The description implies when to use this tool (when you need related words rather than definitions or translations). It doesn't explicitly mention alternatives, but the context is clear enough given the sibling list and the tool's specific focus on word relations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: dictionary lookups, reverse searches, translation, compliance checking, lesson generation, and knowledge graph exploration. The only ambiguity is generate_text, which overlaps with define_term and translate_word, but its role as a general text generation tool is clear from the description.

Naming Consistency3/5

Naming is inconsistent, mixing verb_noun patterns (e.g., check_compliance, define_term, search_words) with get_* patterns (e.g., get_lesson, get_quiz) and the non-verb word_of_the_day. However, all names are descriptive and readable.

Tool Count5/5

13 tools is well-scoped for a language platform covering dictionary, translation, lessons, quizzes, related words, images, and compliance. Each tool earns its place without redundancy or bloat.

Completeness4/5

The server provides comprehensive coverage for language-related workflows, including lookup, translation, lesson and quiz generation, related words, images, and compliance checks. Minor gaps like pronunciation audio or progress tracking exist, but core operations are well covered.