Patent Search
Server Details
Patent search and company IP portfolio data
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2024-11-05
- URL
TDQS
Scored across 3 tools
Each tool targets a distinct operation: retrieving patents by company, fetching details for a specific patent, and performing keyword searches. No ambiguity or overlap exists.
All tool names follow the same verb_noun pattern (get_company_patents, get_patent_detail, search_patents), using underscores and consistent verb choices.
Three tools is well-scoped for a patent search server, covering listing, detail, and search without being overly minimal or bloated.
Core patent operations are covered (search, company listing, detail), though missing features like filtered classification search or direct patent number lookup could enhance completeness.
Available Tools
3 toolsget_company_patentsBInspect
Get all patents assigned to a specific company, sorted by most recent.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 50) | |
| company | Yes | Company/assignee name (exact match) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only mentions sorting and exact match. It omits behavioral details like pagination, rate limits, or handling of large result sets. Further transparency is needed.
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?
The description is a single, well-structured sentence with no wasted words. It conveys essential information efficiently.
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?
For a simple tool with 2 parameters and no output schema, the description is adequate but incomplete. It lacks usage guidelines and output format details, which could improve completeness.
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 description coverage is 100% (both parameters have descriptions). The description adds value by specifying sorting order, but does not explain parameter semantics beyond what schema provides. Baseline 3 is appropriate.
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 verb 'Get', resource 'patents', and scope 'assigned to a specific company, sorted by most recent'. It distinguishes from siblings (get_patent_detail, search_patents) by specifying exact match on company and sorting.
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 does not provide explicit guidance on when to use this tool vs alternatives. It lacks exclusions or caveats (e.g., when not to use, or that it uses exact match). No mention of sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_patent_detailAInspect
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") |
TDQS
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.
search_patentsBInspect
Search USPTO patents by keyword, phrase, assignee company, or inventor name using the PatentsView API.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Keyword or phrase to search in patent title and abstract | |
| limit | No | Number of results (max 25) | |
| assignee | No | Filter by assignee/company name | |
| inventor | No | Filter by inventor last name |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description should disclose behaviors like API source, pagination, or read-only nature. It only names the API but omits rate limits, sorting, error handling, and output format.
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?
A single 14-word sentence is extremely concise, front-loaded with the action ('Search USPTO patents'), and contains no redundant information.
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?
The description covers key parameters but lacks details on output format, pagination, or result ordering. Without an output schema, it should hint at return values. It is adequate but not fully complete for a search tool.
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 description coverage is 100%, so baseline is 3. The description adds value by grouping parameters (keyword, assignee, inventor) but does not explain limit or provide additional detail beyond the schema.
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 searches USPTO patents by keyword, phrase, assignee, or inventor name using a specific API. It distinguishes from siblings by emphasizing broad search capabilities, unlike get_company_patents or get_patent_detail.
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 provides no explicit guidance on when to use this tool versus alternatives. It does not mention when to use get_company_patents or get_patent_detail, nor does it suggest exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
get_company_patents - First observed
get_patent_detail - First observed
search_patents
Related MCP Connectors
AI-powered patent intelligence for search & analysis
Global patent search, briefs, similarity, citations and landscape stats. Strong China coverage.
Semantic patent search & analysis: find, compare, and analyze patents by meaning.
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive patent information queries and analytics including fuzzy company search, patent search by various criteria (name, application number, applicant), and statistical analysis of patent portfolios including status distribution, application trends, and patent type classification.28-
- FlicenseNot gradedqualityDmaintenanceUS patent search, full-text retrieval, claim extraction, citation graph, and weekly grant alerts for R\&D, biotech, and IP-law audiences.-
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to perform patent search, portfolio analysis, technology trend tracking, and semantic prior-art search using USPTO data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.