Skip to main content
Glama
riemannzeta

USPTO Patent MCP Server

by riemannzeta

get_office_action_text

Fetch full-text office actions for an application number, covering examiner rejections, requirements, and comments. Filter by mail date to retrieve a specific document.

Instructions

Get full-text of office actions for an application.

USE THIS TOOL WHEN: You need to read examiner rejections, requirements,
and objections from prosecution.

IMPORTANT: The legacy Office Action text APIs (developer.uspto.gov) were
decommissioned in early 2026 and have NOT yet been migrated to the ODP.
This tool is temporarily unavailable. Use odp_get_documents to list file
wrapper documents (including office actions) and download them instead.

Args:
    application_number: Application number (e.g., "16123456")
    mail_date: Optional filter by mail date (YYYY-MM-DD)

Returns:
    Office action text including rejections and examiner comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mail_dateNo
application_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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 explicitly states the tool is temporarily unavailable and explains the legacy API decommission, and it describes the return content. This is strong behavioral disclosure, though it could add error-handling details.

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 with clear sections (intro, usage, important, args, returns). It contains necessary information but is slightly verbose; every sentence serves a purpose.

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

Completeness5/5

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

Given the simple 2-parameter tool and the presence of an output schema, the description adequately covers purpose, usage, parameters, and even provides a replacement tool. The unavailability notice and alternative are especially helpful for agents.

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 0%, but the description compensates by giving application_number with an example format and noting mail_date as an optional filter with date format. It also indicates optionality via the word 'Optional.'

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 starts with 'Get full-text of office actions for an application,' clearly stating the verb, resource, and scope. It further elaborates on examiner rejections, requirements, and objections, distinguishing from sibling tools like get_office_action_rejections or citations.

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?

Includes an explicit 'USE THIS TOOL WHEN' section and an 'IMPORTANT' note instructing to use odp_get_documents as an alternative due to unavailability, providing clear when-to-use and when-not-to-use guidance.

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