Skip to main content
Glama

Search patent for infringers

claimhit_search

Search for products or technical standards that potentially infringe a given patent. Runs multiple AI models in parallel and returns ranked results with Hit Scores. Use this when asked to find infringers, check infringement, or screen a patent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoWhat to search: products (default), standards (SEP/FRAND analysis), or bothproducts
user_contextNoOptional: additional hints to guide the search. E.g. "focus on automotive camera systems", "look for semiconductor companies", "prioritise claim 3 which covers the image stabilization feature". Passed to all AI models in the ensemble.
patent_numberYesPatent number with kind code. Example: US10123456B2 or EP3456789B1 or WO2020123456A1
target_standardNoOptional: specific standard to focus on e.g. "5G NR", "Wi-Fi 6", "HEVC"

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavior beyond annotations: it reveals parallel execution of multiple AI models and the return of ranked results with Hit Scores. It also uses 'potentially infringe' to set probabilistic expectations. Annotations provide openWorldHint and non-read-only hints, but the description enriches the agent's understanding of how the tool operates, though it does not mention cost/credit consumption.

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?

Three concise, front-loaded sentences: purpose first, then behavioral detail, then usage guidance. No filler or redundancy. Every sentence adds value, making it easy for an agent to parse quickly.

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?

For a 4-parameter tool with no output schema, the description covers purpose, behavior, and usage context. It mentions the return format ('ranked results with Hit Scores') which is a minimal but acceptable descriptor. However, it lacks details on pagination or how results might be retrieved later (sibling get_result hints at persistence), leaving some gaps for a complex tool.

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% with detailed parameter descriptions (examples, defaults, enums). The description adds no extra parameter semantics beyond confirming products/standards which aligns with the 'mode' parameter. Baseline 3 is appropriate because the schema carries the full semantic load.

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 uses a specific verb ('Search'), identifies the resource ('a given patent'), and defines the scope ('products or technical standards') with clear intent ('potentially infringe'). It differentiates from siblings by mentioning parallel AI models and Hit Scores, and the usage cases (find infringers, check infringement, screen a patent) distinguish it from claimhit_get_result or claimhit_rerun_search.

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?

Explicitly states when to use this tool: 'when asked to find infringers, check infringement, or screen a patent.' This is clear context, but it does not mention alternatives or exclusions, failing to reach the level of explicitly naming sibling tools for different scenarios.

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.1/5.0
Disambiguation4/5

Tools are mostly distinct: search, rerun, get_result, and get_history all deal with searches but have clear purposes. The slight overlap between get_result and get_history (both return past search data) could cause minor confusion, but descriptions clarify the difference.

Naming Consistency4/5

All tools share the claimhit_ prefix, and most follow a verb_noun pattern (get_credits, get_history, generate_chart, rerun_search). The bare 'claimhit_search' deviates from the verb_noun pattern, but overall naming is predictable and readable.

Tool Count5/5

With 6 tools, the server is well-scoped for patent infringement analysis. Each tool serves a clear function in the workflow: search, refine, retrieve, chart, and manage account.

Completeness4/5

The core lifecycle is covered: search, rerun, retrieve results, and generate charts. A minor gap is the lack of a dedicated tool to list or retrieve previously generated charts, but the existing tools allow agents to work around this.

Resources