Skip to main content
Glama

GleanMark Trademark Search

Search Marks That Sound Alike

phonetic_search
Read-only

Find trademarks whose WHOLE mark sounds similar to the given mark (Metaphone + trigram, whole-mark similarity threshold). LIMITS: it compares entire marks, so multi-word marks that merely CONTAIN a sound-alike word are invisible to it — "KWIK REWARDS" will NOT surface for a QUICK query even though KWIK sounds like QUICK. Thin or empty results are NEVER evidence that no sound-alike marks exist and NEVER support an availability/clearance conclusion: cross-check with list_marks_containing_term on the likely variant spellings (e.g. KWIK, QUIK, QWIK for QUICK — it enumerates ALL containing marks, including compounds), and answer availability questions with run_knockout_search, the actual clearance engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
mark_textYesTrademark name to find sound-alike matches for
include_deadNo
nice_classesNoFilter by Nice classes
similarity_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
query_markYes
total_foundYes
search_methodYes
open_in_gleanmarkNo

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description discloses significant behavioral limitations: whole-mark comparison misses containing sound-alikes, and thin/empty results are not evidence of absence. It explicitly cautions against using this for clearance conclusions, adding critical interpretive context that annotations cannot convey.

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 front-loaded with the core function, then uses a clearly marked 'LIMITS' section for critical caveats. Every sentence contributes essential information—there is no fluff. The structure helps an agent quickly understand both capability and boundaries.

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 tool's complexity and the presence of an output schema, the description is remarkably complete: it covers the algorithm, scope limitations, alternative tools, and explicit guidance for when not to use it. It fully equips an agent to make correct invocation decisions even without seeing the output schema.

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?

Schema coverage is only 40%, so the description must compensate. It does explain the key parameter via 'whole-mark similarity threshold', which directly clarifies similarity_threshold. It does not elaborate on limit or include_dead, but those are fairly self-explanatory. The description adds meaningful context beyond the schema for the core algorithm while leaving some minor gaps.

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 states a specific verb and resource: 'Find trademarks whose WHOLE mark sounds similar to the given mark', with a clear method (Metaphone + trigram). It distinguishes itself from sibling tools like get_similar_marks by emphasizing whole-mark comparison, making the purpose unambiguous.

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?

The description explicitly says when to use this tool (whole-mark sound-alike searches) and when not to rely on it: it warns about multi-word marks containing sound-alikes and explicitly directs to list_marks_containing_term for variant spellings and run_knockout_search for availability/clearance questions. This is textbook usage guidance with named alternatives.

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
Disambiguation3/5

Most tools have clearly defined scopes, but several search/count tools overlap (search_trademarks, phonetic_search, run_knockout_search, get_similar_marks) and owner/firm analytics tools have similar boundaries. Descriptions help differentiate them, but the large set increases the chance of misselection.

Naming Consistency5/5

All tool names follow a consistent lowercase snake_case verb_noun pattern (get_, search_, run_, analyze_, etc.). The only minor deviation is web_research, which is noun_verb, but it remains perfectly readable and consistent with the overall style.

Tool Count1/5

61 tools is extreme for any server, far exceeding the 50+ threshold. Even for a comprehensive trademark platform, this number overwhelms agents with selection complexity and makes the toolset difficult to navigate.

Completeness2/5

Several tools launch asynchronous processes and instruct users to call status tools (get_prosecution_history_status, get_ttab_proceeding_analysis_status, get_office_action_research_status) that are not present in the toolset. Additionally, search_trademarks and phonetic_search reference list_marks_containing_term, which is also missing. These critical gaps cause agent failures when following the described workflows.

Resources