Skip to main content
Glama
riemannzeta

USPTO Patent MCP Server

by riemannzeta

ppubs_get_full_document

Retrieve complete patent documents by GUID, including all claims, description, drawings info, and metadata from USPTO PPUBS.

Instructions

Get complete patent document by GUID from PPUBS.

USE THIS TOOL WHEN: You have a document GUID from search results
and need the full patent text including all claims and description.

Args:
    guid: Document GUID (e.g., "US-9876543-B2")
    source_type: Document type - "USPAT" for patents, "US-PGPUB" for applications

Returns:
    Complete document with claims, description, drawings info, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidYes
source_typeYes

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 must convey behavior. It indicates a read-only 'get' operation and specifies that the output includes claims, description, drawings, and metadata, but does not explicitly mention side effects or error conditions. The read-only nature is implied by 'get', which is sufficient for most use cases.

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 concise, using two short sentences that cover purpose, usage, and parameters without extraneous information. It is well-structured and easy to parse.

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 simplicity of the operation (get by GUID), the description adequately sets expectations about the returned content (complete document with claims, description, drawings, metadata). It does not specify the exact format, but the mention of 'complete document' and its components provides sufficient context for an agent to decide if this tool fits the need.

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?

The description adds meaningful details for both parameters: guid is exemplified with a concrete format, and source_type is explained with possible values (USPAT, US-PGPUB). This goes beyond the bare schema, which only lists types, significantly aiding correct usage.

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 that the tool retrieves a complete patent document from PPUBS using a GUID, distinguishing it from search and download tools. The verb 'get' and resource 'patent document' are specific and unambiguous.

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?

Explicitly instructs when to use the tool: when you have a document GUID from search results and need the full patent text including claims and description. This provides clear context and implicitly differentiates from alternative search or retrieval tools.

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