Skip to main content
Glama
AiAgentKarl

patent-intelligence-mcp-server

get_patent_citations

Retrieve a patent's citation network showing cited and citing patents, plus an impact score based on citation frequency.

Instructions

Holt das Zitationsnetzwerk eines Patents.

Zeigt welche Patente dieses Patent zitiert und welche anderen Patente dieses Patent zitieren. Berechnet einen Impact-Score basierend auf Zitationshäufigkeit.

Args: patent_number: Patent-Nummer, z.B. "11234567"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patent_numberYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool returns both forward and backward citations and computes an impact score. However, it does not mention data freshness, pagination, or authorization requirements, which would enhance transparency.

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 succinct, front-loading the primary purpose in the first sentence. Every sentence adds value, and there is no redundant or irrelevant information. It is well-structured for quick comprehension.

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 description covers core functionality (citation network and impact score) but lacks detail on output format, impact score characteristics (e.g., range, interpretation), or any limitations. Given the tool's simplicity and lack of output schema, more context would improve usability.

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?

The input schema has one required parameter (patent_number) with no description. The description's 'Args' section provides an example ('11234567'), adding some meaning, but does not specify format details (e.g., whether leading zeros or country codes are needed). With 0% schema coverage, the description partially compensates but could be more precise.

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 retrieves a patent's citation network, showing both cited and citing patents, and calculates an impact score. It uses a specific verb ('get citation network') and resource (patent), effectively differentiating it from sibling tools like get_patent_details or get_patent_family.

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 describes what the tool does but provides no guidance on when to use it instead of alternatives. It implies usage for citation analysis but doesn't explicitly state contexts or exclusions, leaving room for ambiguity.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/patent-intelligence-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server