Skip to main content
Glama

One1 Trademark Risk Check

Server Details

Trademark conflict, logo look-alike and TRO enforcer checks for cross-border sellers.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
Yusanfeng134/One1-mcp
GitHub Stars
0
Server Listing
One1 Trademark Risk Check

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation4/5

Each tool targets a distinct angle: text search, graphic search, serial lookup, listing scan, owner search, owner enforcement profile, and coverage metadata. The main overlap is trademark_owner_search vs trademark_owner_profile, and listing_scan vs trademark_text_search, but descriptions clarify their different scopes (single word vs full listing; listing marks vs enforcement history).

Naming Consistency4/5

All names use snake_case and four share a clear trademark_ prefix, giving a readable pattern. Minor deviations exist: graphic_trademark_search places the prefix mid-name, and suffixes mix verb and noun conventions (search/lookup/scan/info/profile) rather than a strict verb_noun form.

Tool Count5/5

Seven tools is well-scoped for a trademark risk-checking server, with each tool earning its place across the search, lookup, enforcement, and coverage dimensions. No redundant or filler tools.

Completeness4/5

The surface covers the core workflows: name clearance (text), logo clearance (graphic), known-mark lookup (serial), listing pre-check, and owner/enforcement profiling, plus a coverage tool. The gap is that search tools appear US-centric while coverage_info advertises multi-jurisdiction data, with no direct non-US mark search.

Available Tools

7 tools
coverage_infoAInspect

查 One1 各辖区的数据覆盖度:文本行数、数据截止日期、覆盖档(full/partial/thin/very-thin)、是否可作核名结论、图形库是否可搜、套餐门槛。 调其它工具前先看目标辖区能不能作结论:scope≠full 或 data_as_of 过旧(如 UK 2018-02、EU 2019-12、US 2025-02)的辖区,「无匹配」不代表可注册。 country: ISO 2 位国码(US/CN/KR/BR/…);留空返回全部辖区摘要。

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNo

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden, and it does disclose substantive caveats: coverage tiers (full/partial/thin/very-thin), stale cutoff dates with examples, and the resulting invalidity of negative matches. It does not cover auth/permission requirements or rate limits, so it stops short of a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is front-loaded with the returned fields, then the usage rule, then the parameter semantics — a sensible order with little waste. The field enumeration and the parenthetical date examples are dense but each item earns its place; it is slightly long but not padded.

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 and one undocumented parameter, the description supplies both the return-field inventory and the parameter meaning, plus the interpretive rule for stale/incomplete coverage. An agent has everything it needs to call this correctly and use the result to gate later calls.

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 0%, so the description must compensate, and it does: country is defined as an ISO 2-letter code with examples (US/CN/KR/BR/…) and the default behavior (empty returns all jurisdictions). This fully documents the single parameter beyond the bare schema, though it adds no format edge cases.

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 (query One1's per-jurisdiction data coverage) and enumerates exactly what the response contains: text line counts, data cutoff date, coverage tier, whether clearance conclusions are valid, graphic-library searchability, and plan threshold. This clearly separates it from the sibling search tools (trademark_text_search, graphic_trademark_search, etc.), which it is meant to precede.

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 sequencing guidance ('check the target jurisdiction's ability to support a conclusion before calling other tools') and a concrete exclusion rule: when scope≠full or data_as_of is stale, a 'no match' does not mean the mark is registrable. This tells the agent both when to use it and how to interpret downstream results.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

listing_scanAInspect

扫描一段商品 listing 标题/文案,找出其中撞美国注册商标的词/词组并按风险分组。

用于卖家发品前一键自查整条 listing 标题是否含侵权商标词。
text: listing 标题或文案(可整段)。
nice_class: 尼斯商品类别号,可选。
返回: {summary:{高,中,低}, tro_count, hits:[{mark, risk_level, applicant, tro_alert?}]}。
ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
countryNoUS
nice_classNo

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose the return structure (summary buckets, tro_count, hits with mark/risk_level/applicant/tro_alert), which is real behavioral value, but says nothing about accuracy limits, data source, latency, or authorization needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action, followed by use case, parameter notes and return shape in a compact, scannable block. Every line contributes; no filler.

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?

With no annotations and no output schema, the description usefully supplies the return structure and the two key parameters. It is nearly complete; the undocumented country parameter is the main gap.

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 0%, so the description must compensate. It explains text ('listing 标题或文案,可整段') and nice_class ('尼斯商品类别号,可选'), but the third parameter, country (default US), is never mentioned — an agent would not know it can target non-US registries.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource (scan a listing title/copy) and a clear scope: find US-registered trademark words and group them by risk. The '发品前一键自查' framing implicitly separates it from the per-term siblings like trademark_text_search, though no sibling is named explicitly.

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?

Gives a clear usage context — pre-publication self-check of an entire listing title for infringing marks. However, it names no alternatives (e.g. trademark_text_search for single-word lookups) and states no when-not conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

trademark_lookup_by_serialAInspect

按美国商标号(serial number)精确查该商标的详情与风险。

用于已知商标号(如收到侵权通知里的号)时直接查该标。走 idx_serial 索引,亚毫秒。
serial: USPTO 商标序列号,如 "78414956"。
返回: {serial, found, result:{mark, legal_status, applicant, risk_level, ...}}。
ParametersJSON Schema
NameRequiredDescriptionDefault
serialYes
countryNoUS

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden and adds useful behavior: it names the index used (idx_serial) and quotes sub-millisecond latency. It does not discuss permissions or failure behavior (e.g., what 'found: false' implies), so not a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The definition is front-loaded with purpose, then usage, then param, then return shape. It is efficient, though the inline return-shape summary is somewhat verbose for the value it adds.

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?

With no output schema, the description usefully sketches the return shape ({serial, found, result:{mark, legal_status, applicant, risk_level}}), which is important for an agent. The unmentioned 'country' parameter is the main remaining gap.

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 0%, so the description must compensate. It documents 'serial' with format guidance and an example ("78414956"), but the 'country' parameter is never mentioned in the text, leaving half the parameters undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (查/lookup) and resource (商标 by serial number) and emphasizes exact matching, which implicitly distinguishes it from text-search siblings. It does not explicitly name an alternative sibling, keeping it at 4 rather than 5.

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?

It gives a clear when-to-use cue: when the serial number is already known (e.g., from an infringement notice). No explicit when-not or named alternative sibling is provided, so it falls short of 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

trademark_owner_profileAInspect

权利人/品牌的「维权方画像」:聚合其在美国的商标组合 + 是否为 TRO/Schedule A 高频维权方。

用于卖家评估某品牌是否激进维权(批量起诉 Schedule A + 临时禁令 TRO 常冻结账户)、是否应高度规避。
owner: 权利人或品牌名,如 "Nike" 或 "YETI"。
返回: {owner, is_enforcer, enforcement{level,note,src}, total_marks, live_marks,
      top_classes[{nice,count}], tro_marks[], sample_marks[], risk_hint}。
is_enforcer=true 表示命中维权种子库,强烈建议规避;结果仅供参考,不构成法律意见。
ParametersJSON Schema
NameRequiredDescriptionDefault
ownerYes
countryNoUS

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and provides meaningful context: it explains what is_enforcer=true means (a hit in the enforcement seed library), strongly recommends avoidance, and includes a legal disclaimer. It does not explicitly state that the operation is read-only or mention auth/rate limits, but for a profile lookup these are largely implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose, then usage, parameter meaning, return fields, and a disclaimer. The return field listing is necessary because no output schema exists, and the text is not overly verbose, though it could be slightly tighter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description provides the return fields and explains the owner parameter, but it omits any explanation of the country parameter and its effect on results. This gap leaves the agent without full guidance on how to use the tool correctly.

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 0%, so the description must compensate. It explains the required owner parameter with examples ('Nike', 'YETI'), but completely omits the country parameter and its default, leaving half the parameters undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource: it aggregates a brand's US trademark portfolio and determines whether it is a high-frequency TRO/Schedule A enforcer. This distinguishes it from search-oriented siblings, but it does not explicitly name or contrast with any sibling tool, so a 4 rather than 5.

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?

It clearly states the usage context: for sellers to assess whether a brand aggressively enforces and whether to avoid it. It gives no explicit when-not-to-use conditions or alternative tools, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 7 tool updates
    • First observedcoverage_info
    • First observedgraphic_trademark_search
    • First observedlisting_scan
    • First observedtrademark_lookup_by_serial
    • First observedtrademark_owner_profile
    • First observedtrademark_owner_search
    • First observedtrademark_text_search

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.