Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

uspto_application_documents

Read-onlyIdempotent

Retrieve patent application documents like office actions and amendments. Filter by document code or official date range for targeted searches.

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
date_toNoOfficial date to (yyyy-MM-dd)
date_fromNoOfficial date from (yyyy-MM-dd)
document_codesNoComma-separated document codes e.g. 'WFEE' (fee worksheet), 'SRFW,SRNT' (search forward/notice)
application_numberYesApplication number

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2026.4.11
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observedv2026.3.9

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate the safety profile. It adds the filtering behaviors, but does not describe pagination, return shape, or whether it returns document metadata versus full content. No contradiction exists between description and annotations.

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 two concise sentences with the primary purpose front-loaded and filter capability stated in the second sentence. There is no filler, repetition, or unnecessary detail; every phrase earns its place.

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 the tool's simplicity — one required application_number parameter and three optional filters — the description plus fully described schema are enough for an agent to invoke it correctly. The description does not mention return values or pagination, but annotations already cover the read-only and idempotent nature, and the listing semantics are clear.

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 100% parameter description coverage, including a comma-separated example for document_codes and date format hints for date_from and date_to. The description only summarizes these filters at a high level, adding no new format or meaning beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and object: 'List documents filed in a patent application,' and it gives concrete examples of what those documents are (office actions, amendments, drawings). This makes it clear the tool returns documents associated with an application, which differentiates it from the application-detail, transaction, and assignment siblings, though no sibling is explicitly named.

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 the intended use — retrieving patent application documents and filtering them by code or date — but it does not explicitly state when to use this tool over related siblings such as uspto_application_transactions or uspto_application_details. The usage signal is present but left to inference rather than stated.

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

Deploy Server

Other Tools