Skip to main content
Glama

get_patent

Retrieve patent details by publication number. Select sections—claims, description, citations, family—to review claim wording, read specifications, and trace references efficiently.

Instructions

公開番号を指定して特許の中身を取得する。

請求項の文言確認、明細書の読み込み、引用関係やファミリーの把握に使う。 必要なセクションだけを指定すると、コンテキストを無駄に消費しない。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNo本文の言語(ja / en など)
providerNo使用するデータソース
sectionsNo取得するセクション: bibliographic, abstract, claims, description, classifications, citations, family。省略時は bibliographic + abstract + claims。description は非常に長いので必要なときだけ指定すること。
max_charsNo1セクションあたりの最大文字数
output_formatNomarkdown(既定)または jsonmarkdown
publication_numberYes公開番号。JP2020123456A / US9634296B2 / 特開2020-123456 などの表記ゆれは吸収される。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It adds context about token consumption and section selection, but does not discuss output behavior, error handling, or data freshness. The description is not misleading, but it only partially discloses the tool's behavior beyond the name/schema.

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 compact—two short sentences in the first paragraph and a brief guiding note in the second. It is front-loaded with the primary action, and every sentence adds value 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 the tool has an output schema and a detailed input schema, the description adequately covers purpose and usage. It may not explain return format or provider selection, but those are either in the schema or exposed via sibling tools. Overall, it provides sufficient context for an agent to select and invoke the tool effectively.

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 description coverage is 100%, and each parameter has detailed descriptions (e.g., sections list, max_chars bounds, publication_number normalization). The tool description reinforces the context-saving aspect of section selection but does not add much beyond the schema. Baseline 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 '公開番号を指定して特許の中身を取得する' (get patent contents by publication number), which is a specific verb+resource combination. It further lists distinct use cases like checking claims, reading specification, and understanding citations/family, which differentiates it from sibling tools like search_patents and find_similar_patents.

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 specifies when to use the tool ('請求項の文言確認、明細書の読み込み、引用関係やファミリーの把握に使う') and advises to select only needed sections to avoid wasting context. It lacks explicit exclusions or direct comparisons to alternatives, but the provided use cases give clear situational guidance.

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/9g2s6g2cnh-arch/patent-mcp'

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