Skip to main content
Glama

Thesaurus

thesaurus
Read-onlyIdempotent

Look up a word in the Merriam-Webster thesaurus — the authoritative American English thesaurus. Returns synonyms and antonyms grouped by sense, along with part of speech (noun, verb, adjective, etc.) and short definitions. When the word is not found, returns close spelling suggestions instead. Example: thesaurus({ word: "happy" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYesThe word to look up, e.g. "happy", "fast", "destroy"
_apiKeyNoOptional — your own Merriam-Webster keys as DICT_KEY:THES_KEY for higher limits; omit to use the shared Pipeworx key.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "word": "happy"
      -  },
      -  {
      -    "_apiKey": "your-merriam-webster-dict-key:your-merriam-webster-thes-key",
      -    "word": "fast"
      -  }
      -]New value: +[
      +  {
      +    "word": "happy"
      +  },
      +  {
      +    "word": "fast"
      +  }
      +]
  2. Added

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavior beyond the readOnlyHint/idempotentHint annotations, including the grouped-by-sense return structure, part-of-speech and definition inclusion, and the fallback to spelling suggestions for unknown words. This gives the agent a solid mental model of both success and miss behavior.

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 tight and front-loaded: it names the resource and action immediately, then provides return details and an example. Every sentence contributes useful information, and the example is placed at the end to avoid interrupting the core guidance.

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?

With no output schema, the description appropriately explains the return payload and edge-case behavior. The optional _apiKey parameter is documented in the schema, and the input word is exemplified in both schema and description. No critical information needed to invoke the tool correctly is missing.

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 thoroughly. The description provides a usage example but does not add meaningful semantic detail beyond the schema's existing parameter descriptions, keeping this at the baseline 3.

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 specifies a concrete action ('Look up a word') and a specific resource ('Merriam-Webster thesaurus'), which cleanly distinguishes it from sibling tools like define. It also details the expected content—synonyms, antonyms, part of speech, and definitions—so an agent knows exactly what this tool provides.

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 clear usage context: look up a word to get thesaurus-style information. It does not explicitly contrast with define or other sibling tools or state when not to use it, but the distinct purpose and output details imply the correct use case. No misleading guidance is present.

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.