Skip to main content
Glama
riemannzeta

USPTO Patent MCP Server

by riemannzeta

search_office_actions

Search USPTO office actions across applications using filters like application number, examiner, art unit, and mail date. Retrieve matching records to analyze patent prosecution history.

Instructions

Search office actions across applications.

IMPORTANT: Temporarily unavailable — legacy endpoints decommissioned,
ODP migration pending. Use odp_get_documents or odp_get_transactions instead.

Args:
    query: Full-text search query
    application_number: Filter by application number
    examiner_name: Filter by examiner name
    art_unit: Filter by art unit number
    mail_date_from: Date range start (YYYY-MM-DD)
    mail_date_to: Date range end (YYYY-MM-DD)
    offset: Starting position (default: 0)
    limit: Max results (default: 25)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
offsetNo
art_unitNo
mail_date_toNo
examiner_nameNo
mail_date_fromNo
application_numberNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations exist, so the description carries the transparency burden. It discloses the tool's unavailable status and the reason for it, which is critical. However, it doesn't explicitly state whether the tool is read-only or any other behavioral caveats, though 'search' implies read-only. Minor gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a concise purpose line, an IMPORTANT warning, and a formatted Args list. It is slightly verbose due to the Args block, but every line adds necessary value given the lack of schema descriptions. It earns a strong score, though not a 5 due to the extra length.

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?

For a search tool with 8 parameters and an output schema, the description provides purpose, availability status, alternatives, and parameter details. It doesn't cover edge cases or output format, but the output schema exists. The unavailability warning is thoroughly handled, making it largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description compensates by describing all 8 parameters with meaningful semantics (e.g., 'mail_date_from: Date range start (YYYY-MM-DD)'). It also clarifies defaults for offset and limit, and specifies the date format, adding value beyond the schema.

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 states 'Search office actions across applications' — a clear, specific verb ('search') and object ('office actions') with scope ('across applications'). This distinguishes it from siblings like get_office_action_text (which retrieves specific text) and ppubs_search_applications (which searches applications).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Temporarily unavailable — legacy endpoints decommissioned, ODP migration pending. Use odp_get_documents or odp_get_transactions instead.' This provides direct when-not-to-use guidance and names concrete alternatives, fulfilling the usage guideline requirement.

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/riemannzeta/patent_mcp_server'

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