Skip to main content
Glama
john-walkoe

USPTO Final Petition Decisions MCP Server

by john-walkoe

Get_petition_details

Retrieve complete petition details including legal context, timeline, and document metadata from USPTO Final Petition Decisions using a petition ID.

Instructions

Get complete details for a specific petition by petition ID (UUID).

⚠️ CRITICAL: Proxy URLs in documentBag require proxy server to be running! MANDATORY WORKFLOW when include_documents=True:

  1. Call fpd_get_petition_details(petition_id=X, include_documents=True)

  2. Call fpd_get_document_download(petition_id=X, document_identifier=DOC1) - starts proxy

  3. NOW provide all document download links to user - proxy is ready

Use for: Deep dive into specific petition, document metadata access, full legal context review.

Returns:

  • All petition fields (no filtering)

  • Document metadata if include_documents=True (file names, page counts, identifiers)

  • Full legal context (all issues, CFR rules, statutes cited)

  • Complete timeline (petition filed → decision issued)

Document access:

  • Use documentIdentifier from documentBag with fpd_get_document_download for browser access

  • Typical documents: Petition PDF, Decision PDF, supporting exhibits

Parameters:

  • petition_id: Petition decision record identifier (UUID from search results)

  • include_documents: Include documentBag with file metadata (default True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
petition_idYes
include_documentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes critical behavioral traits: the proxy requirement for document URLs, the mandatory workflow steps when include_documents=True, and what the tool returns (petition fields, document metadata, legal context, timeline). However, it doesn't mention error conditions, rate limits, or authentication needs.

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 (critical warnings, workflow, use cases, returns, document access, parameters). Every sentence adds value, though the workflow section is somewhat lengthy. It's appropriately sized for a complex tool with critical dependencies.

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 complexity (document access workflow, proxy requirement) and the presence of an output schema, the description is mostly complete. It covers purpose, usage, critical behaviors, and parameter semantics. The output schema handles return value details, so the description appropriately focuses on workflow and context rather than repeating output structure.

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?

With 0% schema description coverage, the description must compensate for the schema's lack of parameter documentation. It adds meaningful semantics: petition_id is 'Petition decision record identifier (UUID from search results)' and include_documents 'Include documentBag with file metadata (default True).' This provides crucial context about parameter sources and effects, though it could elaborate more on the documentBag structure.

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's purpose: 'Get complete details for a specific petition by petition ID (UUID).' It specifies the verb ('Get'), resource ('petition details'), and scope ('complete details for a specific petition'), distinguishing it from search-oriented sibling tools like Search_petitions_balanced.

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 provides explicit guidance on when to use this tool: 'Use for: Deep dive into specific petition, document metadata access, full legal context review.' It also distinguishes it from search tools by specifying it's for a 'specific petition' and outlines a mandatory workflow for document access, clearly indicating when to use sibling tools like fpd_get_document_download.

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/john-walkoe/uspto_fpd_mcp'

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