Skip to main content
Glama

ClaimHit

Ownership verified

Server Details

ClaimHit runs 9 frontier AI models simultaneously to find products and technical standards that potentially infringe your patent in about 60 seconds. Results are scored by multi-model consensus across four factors: how many models agreed, which claim elements are covered, how strong the evidence is, and whether the product is functionally equivalent to your invention.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 6 of 6 tools scored. Lowest: 3.2/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: generate_chart creates visual mappings, get_credits checks account status, get_history retrieves past searches, get_result fetches specific search details, rerun_search refreshes existing searches, and search initiates new patent scans. The descriptions explicitly differentiate their functions, eliminating any ambiguity.

Naming Consistency5/5

All tools follow a consistent 'claimhit_verb_noun' pattern (e.g., claimhit_generate_chart, claimhit_get_credits), using snake_case throughout. This predictable naming convention makes it easy for agents to understand and select the correct tool without confusion.

Tool Count5/5

With 6 tools, the server is well-scoped for patent infringement analysis, covering core workflows like searching, retrieving results, managing history, generating charts, and checking credits. Each tool serves a specific, necessary function without redundancy or bloat.

Completeness4/5

The toolset provides strong coverage for the patent infringement domain, including search initiation, result retrieval, history management, and chart generation. A minor gap exists in update or delete operations for saved searches or charts, but agents can work around this using existing tools like rerun_search and get_history.

Available Tools

6 tools
claimhit_generate_chartAInspect

Generate an AI Hit Chart for a specific target (product or standard) from a previous search. A Hit Chart maps patent claim elements to product features element-by-element with evidence. Requires a search_id and target name. Use this when the user asks to chart, map claims, or analyse a specific target in detail.

ParametersJSON Schema
NameRequiredDescriptionDefault
search_idYesThe search ID from a previous claimhit_search
target_nameYesThe exact name of the product or standard to chart e.g. "Samsung Galaxy S25" or "5G NR Release 17"
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 burden. It explains what the tool produces ('maps patent claim elements to product features element-by-element with evidence') but lacks details about behavioral aspects like processing time, error conditions, authentication needs, or rate limits. The description doesn't contradict any annotations since none exist.

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 purpose in the first sentence, followed by explanatory details and usage guidelines. Every sentence adds value: the first defines the tool, the second explains the output, the third states requirements, and the fourth provides usage context. No wasted words.

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?

For a tool with 2 parameters, 100% schema coverage, and no output schema, the description is reasonably complete. It explains the tool's purpose, usage, and output concept. However, without annotations or output schema, it lacks details on behavioral traits and exact return format, which could be important for an AI agent to understand fully.

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%, so the schema already documents both parameters thoroughly. The description mentions the parameters ('Requires a search_id and target name') but adds minimal semantic context beyond what the schema provides, such as clarifying that search_id comes from 'a previous claimhit_search' and target_name examples. This meets the baseline for high schema coverage.

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 states the tool's purpose with specific verbs ('generate', 'maps') and resources ('AI Hit Chart', 'patent claim elements to product features'). It distinguishes from siblings by specifying it works 'from a previous search' and requires a search_id, unlike claimhit_search which presumably performs searches.

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 provides explicit guidance on when to use this tool: 'when the user asks to chart, map claims, or analyse a specific target in detail.' It also specifies prerequisites ('Requires a search_id and target name') and distinguishes it from search tools by indicating it works with previous search results.

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

claimhit_get_creditsBInspect

Check how many search credits and chart credits the user has remaining.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool checks credit balances, implying a read-only operation, but does not disclose other traits such as authentication requirements, rate limits, error conditions, or whether the data is real-time or cached. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

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 a single, clear sentence that directly states the tool's function without any extraneous information. It is front-loaded and efficiently conveys the essential purpose, making it highly concise and well-structured.

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 the tool's simplicity (0 parameters, no output schema, no annotations), the description adequately covers the basic purpose. However, it lacks details on behavioral aspects like authentication or data freshness, and without an output schema, it does not explain the return format (e.g., numeric values, structured object). For a credit-checking tool, this leaves room for improvement in completeness.

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?

The input schema has 0 parameters with 100% coverage, meaning no parameters are documented in the schema. The description does not add parameter details, which is appropriate since there are no parameters to describe. However, it could have mentioned if any implicit inputs (e.g., user context) are required, but the absence is not penalized heavily given the zero-parameter baseline.

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 clearly states the tool's purpose: 'Check how many search credits and chart credits the user has remaining.' It specifies the verb ('check') and the resources ('search credits and chart credits'), making the function unambiguous. However, it does not explicitly differentiate from sibling tools like 'claimhit_get_history' or 'claimhit_get_result', which might also retrieve user-related data, so it falls short of a perfect score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., authentication needs), timing (e.g., before initiating a search or chart generation), or comparisons to sibling tools like 'claimhit_search' or 'claimhit_generate_chart'. Without such context, the agent lacks explicit usage instructions.

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

claimhit_get_historyBInspect

Get the user's recent patent scans. Returns patent numbers, dates, and top results from past searches.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of recent searches to return (default 5, max 20)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return data types but omits critical details like authentication requirements, rate limits, error handling, or whether the operation is read-only (implied by 'Get' but not stated). This leaves gaps for safe agent invocation.

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 a single, efficient sentence that front-loads the purpose and return data. It avoids redundancy, though it could be slightly more structured by separating usage context from output details.

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 the tool's low complexity (one optional parameter) and no output schema, the description adequately covers the basic purpose and return data. However, without annotations, it lacks completeness on behavioral aspects like safety and operational constraints, which are important for a tool accessing user data.

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 the 'limit' parameter fully documented in the schema (default 5, max 20). The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline for high schema coverage without compensating value.

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 clearly states the action ('Get') and resource ('user's recent patent scans'), specifying what data is returned (patent numbers, dates, and top results from past searches). It distinguishes from siblings like 'claimhit_search' (which likely performs new searches) by focusing on historical data, though it doesn't explicitly name alternatives.

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 implies usage for retrieving past search history rather than performing new searches (contrasted with 'claimhit_search' and 'claimhit_rerun_search'), but it lacks explicit guidance on when to use this tool versus alternatives like 'claimhit_get_result' or prerequisites such as authentication needs.

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

claimhit_get_resultBInspect

Get full results from a previous ClaimHit search by search ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
search_idYesThe search ID returned from claimhit_search or claimhit_get_history
Behavior2/5

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

With no annotations provided, the description carries full burden but only states the basic retrieval function. It doesn't disclose behavioral traits such as whether results are cached, time-limited, require specific permissions, or include pagination/format details. This leaves significant gaps for a tool that likely returns complex data.

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 a single, efficient sentence that front-loads the core purpose ('Get full results') without unnecessary words. Every part earns its place by specifying the resource and required parameter context.

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

Completeness2/5

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

Given the tool's likely complexity (retrieving 'full results' from a search system), no annotations, and no output schema, the description is insufficient. It doesn't explain what 'full results' entail, potential data formats, error conditions, or usage constraints, leaving the agent under-informed for effective invocation.

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 the single parameter 'search_id' well-documented in the schema. The description adds minimal value beyond the schema by mentioning it's 'returned from claimhit_search or claimhit_get_history,' which provides slight context but no deeper semantics. Baseline 3 is appropriate given high schema coverage.

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 clearly states the action ('Get full results') and resource ('from a previous ClaimHit search'), specifying it retrieves complete output using a search ID. It distinguishes from siblings like claimhit_search (which performs new searches) and claimhit_get_history (which lists searches rather than retrieving results), though it doesn't explicitly name these alternatives.

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 implies usage context by stating 'from a previous ClaimHit search by search ID,' suggesting it should be used after obtaining a search ID from claimhit_search or claimhit_get_history. However, it lacks explicit guidance on when not to use it or direct comparisons to alternatives like claimhit_rerun_search.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources