Skip to main content
Glama
lzinga

US Government Open Data MCP

uspto_application_documents

Retrieve and filter documents from USPTO patent applications, including office actions, amendments, and drawings, by document code or date range.

Instructions

List documents filed in a patent application (office actions, amendments, drawings, etc.). Filter by document code or date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_numberYesApplication number
document_codesNoComma-separated document codes e.g. 'WFEE' (fee worksheet), 'SRFW,SRNT' (search forward/notice)
date_fromNoOfficial date from (yyyy-MM-dd)
date_toNoOfficial date to (yyyy-MM-dd)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It describes a read operation ('List') but lacks behavioral details such as pagination, rate limits, authentication needs, error conditions, or what happens if no documents match. The description is minimal and does not provide sufficient context for safe and effective use.

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 a single, well-structured sentence that front-loads the core purpose and efficiently lists filtering options. Every word serves a purpose, with no redundant or unnecessary information.

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?

Given no annotations and no output schema, the description is incomplete. It lacks details on return values (e.g., document list format, metadata), error handling, and behavioral constraints. For a tool with 4 parameters and no structured safety hints, more context is needed to ensure reliable agent use.

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 description coverage is 100%, so the schema fully documents all parameters. The description adds marginal value by mentioning filtering by 'document code or date range', which aligns with parameters 'document_codes', 'date_from', and 'date_to', but does not provide additional syntax or format details beyond what the schema already specifies.

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 verb ('List') and resource ('documents filed in a patent application'), with specific examples of document types ('office actions, amendments, drawings, etc.'). It distinguishes itself from sibling tools by focusing on USPTO patent application documents, unlike the many BEA, CDC, or other agency tools in the list.

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 implies usage by mentioning filtering capabilities ('Filter by document code or date range'), but does not explicitly state when to use this tool versus alternatives (e.g., other USPTO tools like 'uspto_application_details' or 'uspto_search_applications'). No exclusions or prerequisites are provided.

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/lzinga/us-government-open-data-mcp'

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