Skip to main content
Glama
riemannzeta

USPTO Patent MCP Server

by riemannzeta

ptab_get_appeal

Retrieve detailed information on a specific ex parte appeal decision by providing the appeal number. Access live USPTO data to get accurate appeal details.

Instructions

Get details of a specific ex parte appeal decision. Live via USPTO ODP v3.0.

Args:
    appeal_number: Appeal number

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appeal_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 states 'Live via USPTO ODP v3.0' which indicates a live data source, but it does not mention any rate limits, required authorizations, or the nature of the response. The behavior beyond a simple GET is opaque.

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 extremely concise and front-loaded, with only two sentences and an args block. Every sentence adds necessary information without fluff, making it easy to parse quickly.

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

Completeness3/5

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

Given the simplicity of the tool (single parameter) and the presence of an output schema, the description does not need to explain return values. However, it lacks guidance on what an appeal number looks like or how to retrieve one, and it misses usage distinctions from sibling tools. It is minimally adequate but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It includes 'appeal_number: Appeal number', which merely restates the schema's property title. No format, example, or additional context is provided, adding no real semantic 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 clearly states the tool's purpose: 'Get details of a specific ex parte appeal decision.' The verb 'Get' and resource 'details of a specific ex parte appeal decision' are specific and distinguish it from sibling tools like ptab_get_decision or ptab_get_proceeding. The reference to 'appeal' makes the tool's scope clear.

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?

No explicit when-to-use or alternative guidance is provided. The description mentions 'Live via USPTO ODP v3.0' which offers some context but does not tell the agent when to choose this tool over other ptab_ tools. Usage is implied by the tool name and description but not clearly articulated.

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