get_patent_detail
Get full details for a specific patent including abstract, claims, inventors, and citation data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patent_id | Yes | USPTO patent number (e.g. "10000000") |
Get full details for a specific patent including abstract, claims, inventors, and citation data.
| Name | Required | Description | Default |
|---|---|---|---|
| patent_id | Yes | USPTO patent number (e.g. "10000000") |
Changes observed during successful MCP inspections.
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 does not disclose any behavioral traits such as data freshness, authentication requirements, rate limits, or whether the response is a single object or a list. It only says it returns 'full details' without qualification.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single, front-loaded sentence with no wasted words. The verb 'Get' clearly indicates the action, and the list of included fields is concise yet informative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, the description provides some completeness by listing included fields, but it omits details like return format, pagination, or error handling. For a simple tool with one parameter, it is minimally complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents the 'patent_id' parameter. The description adds no additional semantic meaning beyond what's in the schema, but it does hint at the return content, which indirectly helps understand the parameter's role.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves full details for a specific patent, listing key fields like abstract, claims, inventors, and citation data. It distinguishes from siblings 'get_company_patents' (which filters by company) and 'search_patents' (which searches by query).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you have a specific patent ID and need comprehensive details, but it does not explicitly state when to use this tool over siblings or mention any exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.