Skip to main content
Glama

Find Synonyms

find_synonyms
Read-onlyIdempotent

Find synonyms for an English word using the Datamuse word API (rel_syn), ranked by the Datamuse similarity score, with a limit on how many come back (default 10). Returns each candidate word with its score. Answers what another word for a given term is when writing, editing, or paraphrasing English prose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYesThe word to find synonyms for
limitNoMaximum number of results to return (default: 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYesThe word synonyms were found for
resultsYesList of synonyms ranked by similarity score

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, safely covering the operation type. The description adds behavioral context beyond annotations by revealing it uses an external API (Datamuse), ranks results by similarity score, and applies a default limit. This is useful information about data source and result behavior that annotations do not provide.

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 three sentences and every sentence adds value: it names the API and relation, explains scoring and limit, states the return format, and gives the use case. It is front-loaded with the core purpose and contains no fluff or repetition of schema fields.

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?

The tool has an output schema, so return structure is already documented. The description explains the result content (candidate word with score) and the default behavior. For a simple lookup tool with strong annotations and schema coverage, this is complete enough for an agent to select and invoke correctly. No critical missing information is evident.

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 description coverage is 100% for both parameters, with word and limit already described in the schema. The description mentions the default limit for 'limit' but adds no additional semantic meaning beyond what the schema provides. Baseline 3 is appropriate because the schema does the heavy lifting and the description does not compensate further.

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 the tool finds synonyms for an English word, specifies the Datamuse API and rel_syn relation, and explains ranking by similarity score. It distinguishes itself from sibling tools like find_rhymes and find_words by focusing specifically on synonyms. The verb 'find' and resource 'synonyms' are explicit.

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 gives context for when to use it: 'when writing, editing, or paraphrasing English prose.' It does not explicitly mention alternatives or exclusions, but the mention of 'synonyms' and the API relation clearly signal its use case relative to sibling tools. The context is clear, though it lacks an explicit 'use this instead of X' statement.

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

A3.6/5.0
Disambiguation3/5

Most tools have distinct purposes, but there is overlap between query tools like ask_pipeworx, ask_pipeworx_grounded, and deep_research, and between prediction market tools like bet_research and polymarket_edges. Descriptions help differentiate, but the boundaries are not always clear.

Naming Consistency2/5

Tool names are all snake_case but lack a consistent pattern. Some start with verbs (ask, compare, find), others are nouns (autocomplete, entity_profile), and many are long phrases (ask_pipeworx_grounded, scan_competitor_ai_presence). The naming feels ad-hoc and not easy to predict.

Tool Count2/5

At 35 tools, this server is over-packed for a server named 'words'. Many tools are unrelated to words (e.g., prediction markets, subscriptions, entity profiles). The scope is too broad, making it feel like a catch-all rather than a coherent set.

Completeness3/5

The word tools are limited (only 6), leaving obvious gaps for a word-focused server (e.g., no dictionary lookup, no word definitions). However, the server covers a wide range of data domains through meta-tools like ask_pipeworx, which compensates but makes the purpose unclear.