Skip to main content
Glama

namesniper_trademark

Screen a brand name for US trademark conflicts against the USPTO database with similarity analysis. Returns JSON with matching marks and a summary including an overall risk rating; with includeVariations, common spelling variations are screened too (slower, more lookups). A screening aid, not legal advice. Requires an API key (paid plan); each distinct name counts against the plan's monthly screening allowance (re-screening a name is free).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe brand name to screen
userIdNoIgnored - derived from your API key
includeVariationsNoCheck common variations (default: false)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / userId / description
      Previous value: -"Ignored — derived from your API key"New value: +"Ignored - derived from your API key"
  2. Changed1 schema field changed
    • addedInput schema / properties / userId
      Added value: +{
      +  "description": "Ignored — derived from your API key",
      +  "type": "string"
      +}
  3. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It details return format (JSON with matching marks and risk rating), behavior of includeVariations (slower, more lookups), authentication (API key required, paid plan), and cost model (screening allowance, re-screening free). This is a strong disclosure of behavioral traits, though it omits potential error handling or rate limits.

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 with no wasted words. The first sentence presents the core purpose and data source. The second explains the output and variation option. The third covers legal disclaimer and cost. Information is front-loaded and every sentence adds value. Ideal conciseness for a tool with three parameters.

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?

Given no output schema, the description adequately describes the return value (JSON with matching marks and risk rating). It covers authentication, cost, and a behavioral variant (includeVariations). However, it does not explain error cases (e.g., invalid name, quota exceeded) or what 'matching marks' entails. For a moderately complex tool, this is mostly complete but could be slightly richer.

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 100%, so the baseline is 3. The description adds value by explaining that includeVariations triggers 'common spelling variations' and notes it is 'slower, more lookups,' which is not in the schema description. This nuance helps agents weigh performance tradeoffs. The other parameters are well-documented in the schema, and the description's extra context on includeVariations justifies a 4.

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 specifies the verb 'screen' and the resource 'brand name for US trademark conflicts against the USPTO database with similarity analysis.' It distinguishes from sibling tools by highlighting similarity analysis and the USPTO focus, which other tools like namesniper_check likely lack. The scope (US trademarks) and output (risk rating) are explicit, leaving no ambiguity about the tool's function.

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

Usage Guidelines3/5

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

The description states the tool is for screening brand names and includes a disclaimer ('not legal advice') and cost implications (API key, allowance). However, it does not directly compare to sibling tools like namesniper_check or namesniper_alternatives, nor does it specify when to prefer this tool over others. The usage context is implied but not explicitly differentiated.

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.