Skip to main content
Glama

Generate claim chart

claimhit_generate_chart

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.

Input Schema

TableJSON 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"

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already cover read-only and destructive hints (readOnlyHint: false, destructiveHint: false). The description adds context by explaining the output nature ('maps patent claim elements to product features element-by-element with evidence') and the prerequisite of a previous search. However, it does not disclose side effects like credit consumption or result persistence, which are likely relevant given the sibling tools.

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: it states the main action, explains what a Hit Chart is, and provides usage context. Every sentence adds value, with no redundancy or irrelevant details. It is front-loaded and efficient.

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?

The tool has no output schema, so the description should explain what the return value or result of generation is. The description says 'Generate an AI Hit Chart' but does not clarify whether the chart is returned directly, stored for later retrieval (e.g., via claimhit_get_result), or if there are follow-up steps. Given the sibling set includes get_result, this is a notable gap. Still, the description covers the main action, prerequisites, and when-to-use, making it adequate but not fully complete.

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 100% with both parameters well-described. The description adds no new parameter-level details beyond restating that search_id comes from a previous search and target_name is the exact name. Since the schema fully covers the parameters, the baseline of 3 is appropriate.

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 specific action ('Generate') and resource ('AI Hit Chart') for a target from a previous search. It explains what a Hit Chart is (maps claim elements to features), which distinguishes it from sibling tools like search or get_result. The scope is well-defined.

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?

The description explicitly says 'Use this when the user asks to chart, map claims, or analyse a specific target in detail,' providing clear when-to-use guidance. It does not explicitly name alternatives, but the context is sufficient for an agent to differentiate it from search or retrieval operations.

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