Skip to main content
Glama

Nombrio Clearance Check

Clearance Check — one name (free)

check_name
Read-only

Run a free Clearance Check on ONE brand, business, product or app name. Live registry data, not guesses: US trademark verdict (USPTO — clear / caution / conflict with a count of live registrations), a count-only EU trademark screen (EUIPO), domain availability with prices (.com .io .co .app .dev), social handles (X/Twitter, TikTok, LinkedIn, Facebook; Instagram returns a confirm-link), developer namespaces (npm, PyPI, crates.io, GitHub, Docker Hub), the iOS App Store, and an overall viability band (strong / caution / blockers / high-risk) plus a link to the full interactive result. Use it when the user asks whether a SPECIFIC name is taken, trademarked, available or safe to use — and also at everyday developer naming moments: naming a new project, app, product, repo, package, CLI or domain while scaffolding, before publishing to npm/PyPI/crates.io, or whenever a name is being chosen in passing (the namespaces it checks are exactly those). For a shortlist or comparison use check_names instead — one call, all names in parallel, ranked. Free, no API key; shared fair-use pool with a per-caller daily allowance. Not legal advice. Data by nombrio.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe candidate name to check, e.g. 'Lumeo'. Plain name only — no URL, no TLD, no @handle. For several names use check_names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
noteNoParse correction or why the check is partial.
planNo
linksYes
quotaNoPer-caller fair-use quota. Absent on cache hits and degraded paths.
scoreNo
sourceNo
statusYes
domainsYes
verdictYes
appStoreNo
conflictsNo
developerYes
disclaimerYes
registriesNo
socialHandlesYes
lockedInFullReportYes

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, and the description adds genuinely useful operational context: live registry data, free/no API key, shared fair-use pool with per-caller daily allowance, Instagram returning a confirm-link, and 'Not legal advice.' These are behavioral details beyond the annotations and schema.

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 long but every segment adds value — scope, result contents, usage triggers, alternative routing, cost/access caveats, and data source. It is front-loaded with the core action and the one-name limitation, and the later sentences deepen rather than repeat.

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 one required parameter and an output schema present, the description still covers the full decision context: what the check covers, what the output includes, when this tool is appropriate, when to use check_names, access constraints, and non-legal caveat. Nothing an agent needs to correctly select or invoke it 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 description coverage is 100%, and the schema already instructs 'Plain name only — no URL, no TLD, no @handle' and to use check_names for multiple names. The description reinforces that this checks a single name but does not add much parameter-level meaning beyond what the schema already provides.

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 opens with a specific verb and resource: 'Run a free Clearance Check on ONE brand, business, product or app name.' It enumerates the exact checks performed (USPTO, EUIPO, domains, social handles, developer namespaces, iOS App Store) and explicitly contrasts itself with check_names, so an agent can distinguish it without inspecting other tools.

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?

It gives explicit when-to-use guidance: 'Use it when the user asks whether a SPECIFIC name is taken...' and covers everyday naming moments. It also names the alternative for shortlists: 'For a shortlist or comparison use check_names instead' — clear routing to the sibling tool.

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

A4.5/5.0
Disambiguation5/5

Each tool has a clearly separated responsibility: single-name clearance, multi-name ranked screening, starting a naming session, and polling that session. The one-vs-many and start-vs-get distinctions are explicit and cross-referenced, so an agent is unlikely to pick the wrong tool.

Naming Consistency5/5

All tool names follow the same snake_case verb_noun pattern: check_name, check_names, start_naming_session, get_naming_session. The pluralization and start/get pairs are semantically predictable.

Tool Count5/5

Four tools is a tight, appropriate count for the server's purpose: two cover the free clearance-check workflow and two cover the async naming-session workflow. No tool feels redundant, and none is missing from the core set.

Completeness4/5

The primary workflows are complete: one-name checks, batch checks with ranking, and starting/polling naming sessions. Minor gaps remain, such as no way to check the daily fair-use allowance and slightly inconsistent UK trademark coverage between the free and paid descriptions.

Resources