Skip to main content
Glama

google_patent_details

Retrieve comprehensive patent details by supplying a publication number. Returns title, PDF, inventors, assignees, dates, and prior-art keywords in structured JSON.

Instructions

Retrieves detailed information about a specific patent, including title, PDF link, inventors, assignees, filing/priority/publication dates, and prior-art keywords. [Credits: 5 API credits per request] Notes: patent_id format is the plain publication_number (e.g. US11734097B1), not the 'patent/US.../en' path format returned by the google_patents search endpoint's organic_results.patent_id field. Returns: { title, type, pdf, publication_number, country, prior_art_keywords: [string], prior_art_date, application_number, inventors: [ { name, link, scrapingdog_link } ], assignees: [string], priority_date, filing_date, publication_date, worldwide_applications: {} }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlNoReturn the full HTML of the Google page instead of parsed JSON. (default: false)
languageNoLanguage of the results, e.g. en, es, fr, de. See Google Language Page. (default: en)
patent_idYesThe patent ID, e.g. US11734097B1 (plain publication-number style, not the 'patent/<id>/en' format returned by google_patents' organic_results).
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses API credit cost (5 credits per request) and the return structure. However, it does not mention error handling, rate limits, or what happens if patent_id is invalid. The credit cost is helpful but incomplete for full behavioral transparency.

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?

Description is efficient at 5-6 sentences, front-loading the core purpose and key fields. Uses notes for critical format clarification and cost info. Could be slightly tighter but is well-structured and avoids verbosity.

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 has three parameters, no output schema, and no annotations, the description covers what the tool does, what it returns, and the crucial format constraint. It does not explain the html or language parameters beyond the schema, but those are standard. Overall adequate for an agent to use correctly.

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 parameter descriptions already clarifying the patent_id format. The description's format note is redundant with the schema. The description adds minimal extra meaning beyond listing return fields, which is not directly parameter semantics. Baseline score of 3 is appropriate.

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 retrieves detailed information about a specific patent, listing key fields like title, PDF link, inventors, dates, and prior-art keywords. It is specific and distinguishes from sibling tools like google_patents which is a search endpoint.

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?

Provides explicit guidance on the required patent_id format, including an example and warning about the format returned by the sibling google_patents search. Implies this tool should be used after obtaining a patent ID from search results. Could be more explicit about when to use vs. other patent-related 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/alessandrobenigni/ScrapingDog-MCP'

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