Skip to main content
Glama

Govparse Government Data Gateway

uspto_feed_grants

Which companies are granting a cluster of patents? Bulk feed over USPTO / PatentsView granted-patent assignees, ordered by grant count in the loaded window — an assignee with a cluster of grants is an R&D/growth signal. Cursor-paginated up to 1000/page, filterable by state, minimum grants, CPC subclass, first-time-assignee only, or since. Rows carry the assignee, grant count, CPC tech areas, grant window, inventor count, and a first_time_assignee flag. CC BY 4.0 attribution (in _meta.notice). [price: $0.05/row]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cpcNoCPC subclass(es), CSV — the technology area. Example: G06N (AI/ML).
limitNoRows per page (default 500, cap 1000).
sinceNoOnly assignees whose latest grant is on or after this date (YYYY-MM-DD).
stateNoAssignee state code(s), CSV.
cursorNoOpaque page cursor — pass the previous page's next_cursor unchanged.
new_onlyNotrue = only first-time (newly-observed) assignees granting in this window.
min_grantsNoMinimum grant count in the window.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.3/5.0
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 disclosing behavior. It clearly describes pagination (cursor-based up to 1000/page), ordering, filtering, and output fields. It does not explicitly state read-only or idempotent behavior, but the query nature is evident. The inclusion of attribution and pricing adds useful context.

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 (a few sentences), front-loaded with the core purpose, and uses efficient language. Every sentence adds value, including the closing note on attribution and pricing.

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?

Without an output schema, the description fully explains what each row contains (assignee, grant count, CPC areas, window, inventor count, first-time flag, attribution). It covers all key aspects: pagination, filtering, ordering, and pricing. The tool's complexity is well-addressed.

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

Parameters3/5

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

Schema coverage is 100% with detailed parameter descriptions and examples. The description lists the categories of filters (state, CPC, etc.) but adds no new semantics beyond the schema. The baseline of 3 is appropriate since the schema already provides full parameter documentation.

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: identifying companies with clusters of patents via a bulk feed of granted-patent assignees ordered by grant count. The verb 'feed' and resource 'granted-patent assignees' are specific, and the mention of R&D/growth signal distinguishes it from sibling tools like uspto_assignees_search and uspto_patents_search.

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 provides clear context for use (finding assignee clusters for growth signals) and lists available filters (state, min grants, CPC, etc.). However, it does not explicitly state when not to use this tool or suggest specific alternatives among siblings, though the bulk-feed nature implies it differs from search tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct domain and specific action (e.g., FDA approvals vs clearances vs recalls; firmstanding business360 dossier vs search vs screen). Even overlapping concepts like 'business360' vs 'business360_lookup' are distinguished by input (UUID vs name+state). No two tools appear to do the same thing.

Naming Consistency5/5

All tools use a consistent lowercase snake_case pattern with domain prefix (e.g., fda_*, firmstanding_*, fmcsa_*, govcon_*). Action words (search, lookup, screen, feed, stats) follow predictable usage. The naming is uniform and easy to parse.

Tool Count4/5

38 tools is on the higher end but appropriate for a comprehensive government data gateway spanning multiple agencies and datasets. Each domain has a reasonable number of tools (e.g., FMCSA: 7, OFLC: 6). Could potentially be trimmed slightly, but overall well-scoped for the stated purpose.

Completeness5/5

The tool surface covers the major government data sources comprehensively: FDA (approvals, clearances, recalls), FMCSA (carrier census, safety, insurance, etc.), FSIS, DOJ/OFLC, OSHA/EPA/DOL enforcement, SEC insider filings, clinical trials, VA facilities/opportunities/vendors, and federal contracting. No obvious gaps for the stated gateway purpose.

Resources