Skip to main content
Glama
patsnap

Patsnap Patent & Literature Search

Fetch PatSnap patent or literature records

patsnap_fetch
Read-onlyIdempotent

Fetch patent and scientific literature records from PatSnap using result URLs or publication numbers. Obtain bibliographic data, claims, descriptions, legal info, families, citations, and drawings.

Instructions

Retrieve Markdown for PatSnap patent or scientific-literature records using result URLs, or fetch patents by publication number. Patent output may include bibliographic data, claims, descriptions, legal data, families, citations, and drawings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesResult URLs or patent publication numbers to fetch, up to 100 entries.
moduleNoContent modules to retrieve. Patent records support basic, citation, legal, and family; papers support basic.
compressNoReturn gzip-compressed, base64-encoded Markdown to reduce response size.
key_typeNoIdentifier type: url for result URLs or pn for patent publication numbers.
include_imagesNoInclude signed patent drawing URLs when available.
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive. Description adds value by detailing potential output contents (bibliographic data, claims, etc.) and explaining compression behavior.

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?

Two sentences conveying core functionality and key output details without redundancy.

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 no output schema, the description covers what the Markdown may contain and module options. Could be more complete about return format structure, but adequate for a fetch tool.

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

Parameters4/5

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

Schema coverage is 100%, but description adds contextual meaning beyond schema, such as explaining which modules apply to patents vs. papers and the purpose of compression.

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?

Description clearly states the tool retrieves Markdown for PatSnap patent/literature records using result URLs or publication numbers, distinguishing it from the sibling tool patsnap_search which presumably searches.

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?

Implicitly guides use when you have specific URLs or publication numbers, but lacks explicit when-not-to-use guidance or direct comparison with the search sibling.

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/patsnap/patent-literature-search-mcp'

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