Skip to main content
Glama
patsnap

Patsnap Patent & Literature Search

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PATSNAP_API_KEYYesPatSnap Open Platform API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
patsnap_searchA

Search PatSnap's global patent or scientific-literature database using semantic concepts, BM25 keywords, and multidimensional filters. Search one corpus per call and preserve returned record URLs for patsnap_fetch.

patsnap_fetchA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one for searching the database and one for fetching detailed records. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent 'patsnap_verb' pattern with clear, descriptive verbs ('search' and 'fetch'), making it easy to understand their functions.

Tool Count4/5

With only 2 tools, the server is minimal but focused on a specific workflow (search then fetch). This is reasonable, though additional tools for managing searches or filters could be added.

Completeness4/5

The server covers the core tasks of searching and retrieving patent/literature records. It lacks features like listing recent searches or browsing categories, but the essential lifecycle is present.

Maintenance

ActivitySlowing
ResponsivenessNo issues