Skip to main content
Glama
riemannzeta

USPTO Patent MCP Server

by riemannzeta

tm_search_assignments

Search recorded trademark assignments to trace ownership history, identify current owners, or find marks transferred to/from a company. Covers USPTO records from 1955 to present.

Instructions

Search recorded trademark assignment (ownership transfer) records.

USE THIS TOOL WHEN: You need to trace ownership history of a trademark,
find the current owner, or find marks transferred to/from a company.
Covers recorded assignments from 1955 to present, via the USPTO
Assignment Center public API (no API key required).

At least one filter is required; multiple filters combine (AND).

Args:
    serial_number: Trademark application serial number
    registration_number: Trademark registration number
    assignee_name: Assignee (new owner) name
    assignor_name: Assignor (previous owner) name
    reel_frame: Recordation reel/frame identifier (e.g., "9006/0093")
    offset: Starting position for pagination (default: 0)
    limit: Maximum results to return (default: 25)

Returns:
    Normalized response with assignment records (reel/frame, assignors,
    assignees, conveyance, and affected properties).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
reel_frameNo
assignee_nameNo
assignor_nameNo
serial_numberNo
registration_numberNo

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 discloses the data source (USPTO Assignment Center public API, no API key required), date coverage (1955 to present), filtering behavior (multiple filters combine AND, at least one required), and return content. This provides solid transparency, though it does not mention potential error conditions or rate limits.

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 well-structured with clear headings (purpose, use case, args, returns). It is concise, with every sentence adding value. The use-case block is upfront, and the parameter list is necessary given the lack of schema descriptions. No fluff or redundancy.

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 tool has 7 parameters, no annotations, and an output schema, the description provides all necessary context: when to use, data source, coverage, filter logic, pagination parameters, and a summary of return fields. It is complete enough for an agent to select and invoke correctly without additional documentation.

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 schema has 0% description coverage, so the description must compensate. The Args section clearly explains all 7 parameters with meanings (e.g., serial_number as 'Trademark application serial number'), gives an example for reel_frame ('9006/0093'), and states defaults for offset and limit. It also explains that filters combine with AND, which is not in the schema. This fully compensates for the missing schema descriptions.

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 a specific verb and resource: 'Search recorded trademark assignment (ownership transfer) records.' It clearly distinguishes from sibling tools like tm_search_trademarks (search trademarks) and tm_get_trademark (get single trademark) by focusing on ownership transfer records. The 'USE THIS TOOL WHEN' section further clarifies the exact use cases.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'trace ownership history of a trademark, find the current owner, or find marks transferred to/from a company.' It also provides context like the date range and that at least one filter is required with AND logic. However, it does not explicitly mention alternative tools or when not to use it, so it falls short of a 5.

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