Skip to main content
Glama

Server Details

US patent search, assignee portfolios, and citation graph via PatentsView.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
guptaprakhariitr/uspto-patents-mcp
GitHub Stars
0
Server Listing
uspto-patents-mcp

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.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operation: assignee portfolio, general search, and single patent retrieval. No overlap in purpose, descriptions clearly differentiate them.

Naming Consistency4/5

All tools share the 'uspto_' prefix and snake_case, but inconsistent verb/noun positions: two are noun phrases ('assignee_portfolio', 'patent_search') and one is verb_noun ('read_patent'). Minor deviation.

Tool Count4/5

Three tools is a reasonable minimal set for a patent database: search, assignee-specific listing, and full patent retrieval. Could be slightly more expansive but not insufficient.

Completeness4/5

Covers core functionality: search by multiple criteria, get a patent by ID, and list all patents of an assignee. Missing patent classification or inventor-specific search, but adequate for primary use cases.

Available Tools

3 tools
uspto_assignee_portfolioAInspect

All patents assigned to a given entity. Paginates server-side; pass limit (max 5000).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
assigneeYesAssignee name, e.g. 'Microsoft Technology Licensing, LLC'.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses pagination behavior and the limit constraint (max 5000), but lacks details on whether the operation is read-only, any authentication needs, or rate limits.

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?

Single sentence with high information density. Purpose and key parameter behavior are front-loaded with no redundant words.

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?

No output schema, so the agent cannot infer return structure (fields, format). Pagination details are incomplete (no offset/cursor mechanism). Given two parameters and no output schema, the description fails to provide full context for reliable tool invocation.

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?

Schema coverage is 50%; the description adds missing semantics for the 'limit' parameter (pagination context and max value) beyond the schema's numeric constraints. For the 'assignee' parameter, the schema already provides an example, so marginal additional value.

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 returns 'all patents assigned to a given entity,' which aligns with the tool name. It distinguishes from siblings uspto_patent_search (keyword search) and uspto_read_patent (single patent read) by specifying the focus on assignee-based listing.

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?

No guidance on when to use this tool versus its siblings. The description does not mention exclusions or alternatives, leaving the agent to infer usage from context alone.

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

uspto_read_patentAInspect

Fetch a single patent's full record: title, date, abstract, claims, assignees, inventors.

ParametersJSON Schema
NameRequiredDescriptionDefault
patent_numberYesUS patent number, e.g. '11000000' or 'US11,000,000'.
Behavior3/5

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

No annotations provided; description carries burden. States 'Fetch' (read-only) and lists returned fields, but does not specify behavior on invalid patent numbers, rate limits, or authentication requirements. Adequate but lacks depth.

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?

Single sentence, front-loaded with verb and key fields. No wasted words; every part adds value.

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

Completeness4/5

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

Given low complexity (single parameter, no output schema), description covers what the tool does and what it returns. Could mention error handling or data source (USPTO database). Good but not exhaustive.

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 has 100% coverage with example format for patent_number. Description adds no additional meaning beyond the schema's parameter description. Baseline score of 3 applies.

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?

Description clearly states verb 'Fetch', resource 'single patent's full record', and lists specific fields (title, date, abstract, claims, assignees, inventors). Distinct from siblings uspto_assignee_portfolio (assignee-focused) and uspto_patent_search (search).

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?

Implies use when you need full patent data for a known patent number, but no explicit when-to-use or when-not-to-use guidance. No mention of alternatives like uspto_patent_search for broader queries.

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!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.