linkfox-zhihuiya-description

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zhihuiya Patent Description Data

智慧芽(PatSnap)专利说明书数据

This skill guides you on how to query patent description (specification) data from the Zhihuiya patent database, helping users retrieve the full-text description content of specific patents.
本技能将指导您如何从智慧芽专利数据库查询专利说明书(specification)数据,帮助用户检索特定专利的全文描述内容。

Core Concepts

核心概念

A patent description (also called the specification) is the detailed technical document that accompanies a patent filing. It discloses how the invention works, preferred embodiments, and other technical details required by patent law. This tool queries the Zhihuiya database to return description data for one or more patents identified by their internal patent ID or public publication number.
Identifier priority: When both a patent ID and a publication number are provided for the same query, the patent ID takes precedence.
Family substitution: If the description for a given patent is unavailable, the tool can optionally return the description from a related family member patent instead.
专利说明书(又称specification)是专利申请附带的详细技术文档,它披露了发明的工作原理、优选实施方式以及专利法要求的其他技术细节。本工具查询智慧芽数据库,返回通过内部专利ID或公开号标识的一项或多项专利的说明书数据。
标识符优先级:当同一查询同时提供专利ID和公开号时,专利ID优先。
同族专利替代:若目标专利的说明书不可用,工具可选择返回相关同族专利的说明书作为替代。

Parameters

参数

ParameterTypeRequiredDescription
patentIdstringConditionallyInternal patent ID. At least one of patentId or patentNumber must be provided. Multiple values separated by commas; max 100.
patentNumberstringConditionallyPublication / announcement number. At least one of patentId or patentNumber must be provided. Multiple values separated by commas; max 100.
replaceByRelatedstringNoWhether to substitute a family patent's description when the target patent's description is unavailable.
1
= yes,
0
= no.
参数类型是否必填描述
patentIdstring可选(二选一)内部专利ID。必须提供patentId或patentNumber中的至少一个。多个值用逗号分隔;最多100个。
patentNumberstring可选(二选一)公开/公告号。必须提供patentId或patentNumber中的至少一个。多个值用逗号分隔;最多100个。
replaceByRelatedstring当目标专利的说明书不可用时,是否使用同族专利的说明书替代。
1
=是,
0
=否。

Response Fields

响应字段

FieldTypeDescription
totalintegerNumber of patent records returned
dataarrayList of patent description objects
data[].patentIdstringPatent ID
data[].pnstringPublication number
data[].pnRelatedstringPublication number of the substitute family patent (only present when family substitution is used)
data[].descriptionarrayDescription / specification content sections
columnsarrayColumn definitions for rendering
costTokenintegerTokens consumed by the query
typestringRendering style hint
字段类型描述
totalinteger返回的专利记录数量
dataarray专利说明书对象列表
data[].patentIdstring专利ID
data[].pnstring公开号
data[].pnRelatedstring替代同族专利的公开号(仅在使用同族替代时存在)
data[].descriptionarray说明书/规范内容章节
columnsarray用于渲染的列定义
costTokeninteger查询消耗的Token数量
typestring渲染样式提示

API Usage

API 使用方式

This tool calls the LinkFox tool gateway API. See
references/api.md
for calling conventions, request parameters, and response structure. You can also execute
scripts/zhihuiya_description_data.py
directly to run queries.
本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请参考
references/api.md
。您也可以直接执行
scripts/zhihuiya_description_data.py
来运行查询。

How to Build Queries

查询构建方法

Querying by Publication Number

通过公开号查询

When users provide a patent publication number (e.g., CN115099012A, US20230012345A1), pass it via the
patentNumber
parameter:
patentNumber: "CN115099012A"
当用户提供专利公开号(例如CN115099012A、US20230012345A1)时,通过
patentNumber
参数传递:
patentNumber: "CN115099012A"

Querying by Patent ID

通过专利ID查询

When users provide internal Zhihuiya patent IDs, pass them via the
patentId
parameter:
patentId: "abc123def456"
当用户提供智慧芽内部专利ID时,通过
patentId
参数传递:
patentId: "abc123def456"

Batch Queries

批量查询

Both
patentId
and
patentNumber
accept comma-separated values for batch lookups (up to 100):
patentNumber: "CN115099012A,US20230012345A1,EP4123456A1"
patentId
patentNumber
均接受逗号分隔的值以进行批量查询(最多100个):
patentNumber: "CN115099012A,US20230012345A1,EP4123456A1"

Family Substitution

同族专利替代

When a patent's description is not available in the database and the user still wants content, enable family substitution:
patentNumber: "CN115099012A"
replaceByRelated: "1"
当数据库中目标专利的说明书不可用,而用户仍需要内容时,启用同族替代:
patentNumber: "CN115099012A"
replaceByRelated: "1"

Usage Examples

使用示例

1. Look up a single patent description by publication number
patentNumber: "CN115099012A"
2. Look up descriptions for multiple patents at once
patentNumber: "CN115099012A,US20230012345A1"
3. Look up with family substitution enabled
patentNumber: "CN115099012A"
replaceByRelated: "1"
4. Look up by patent ID
patentId: "some-patent-id"
1. 通过公开号查询单个专利说明书
patentNumber: "CN115099012A"
2. 批量查询多个专利说明书
patentNumber: "CN115099012A,US20230012345A1"
3. 启用同族替代查询
patentNumber: "CN115099012A"
replaceByRelated: "1"
4. 通过专利ID查询
patentId: "some-patent-id"

Display Rules

展示规则

  1. Present data faithfully: Show the returned description content clearly without altering technical details or adding subjective interpretation.
  2. Structured output: When the description contains multiple sections (background, summary, detailed description, claims, etc.), present them with clear headings for readability.
  3. Family substitution notice: If the response includes a
    pnRelated
    field, explicitly inform the user that the description was sourced from a related family patent and state the substitute publication number.
  4. Batch results: When multiple patents are returned, clearly separate each patent's content with its publication number as a heading.
  5. Error handling: When a query fails or returns no data, explain the reason and suggest the user verify the patent ID or publication number.
  6. Large content warning: Patent descriptions can be very long. Summarize key sections first and offer to show the full text if the user wants it.
  1. 如实呈现数据:清晰展示返回的说明书内容,不得修改技术细节或添加主观解读。
  2. 结构化输出:当说明书包含多个章节(背景、摘要、详细描述、权利要求等)时,使用清晰的标题呈现以提升可读性。
  3. 同族替代通知:若响应包含
    pnRelated
    字段,需明确告知用户该说明书来源于相关同族专利,并说明替代专利的公开号。
  4. 批量结果处理:当返回多个专利时,以公开号为标题,清晰分隔每个专利的内容。
  5. 错误处理:当查询失败或无数据返回时,说明原因并建议用户验证专利ID或公开号。
  6. 大内容提示:专利说明书可能非常冗长。先总结关键章节,若用户需要再提供全文。

Important Limitations

重要限制

  • Identifier requirement: At least one of
    patentId
    or
    patentNumber
    must be provided; the tool cannot search by keyword or applicant name.
  • Batch limit: A maximum of 100 patents can be queried in a single request.
  • Availability: Not all patents have descriptions available in the database. Use
    replaceByRelated: "1"
    to attempt family substitution when needed.
  • Priority rule: If both
    patentId
    and
    patentNumber
    are supplied,
    patentId
    takes precedence.
  • 标识符要求:必须提供
    patentId
    patentNumber
    中的至少一个;工具不支持按关键词或申请人名称搜索。
  • 批量限制:单次请求最多可查询100项专利。
  • 可用性:并非所有专利的说明书都在数据库中可用。必要时使用
    replaceByRelated: "1"
    尝试同族替代。
  • 优先级规则:若同时提供
    patentId
    patentNumber
    patentId
    优先。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Queries about patent description / specification content:
User SaysScenario
"Show me the description of patent XX"Single patent description lookup
"Get the full specification for these patents"Batch patent description retrieval
"I need the detailed text of CN115099012A"Lookup by publication number
"Can you find a family patent's description instead"Family substitution query
"What does this patent describe technically"Description content review
Not applicable -- Needs beyond patent description data:
  • Patent search by keyword, applicant, or classification
  • Patent claim analysis or claim chart generation
  • Patent legal status or prosecution history
  • Patent landscape or statistical analysis
  • Freedom-to-operate or infringement opinions
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
Call the feedback API as specified in
references/api.md
. Do not interrupt the user's flow.

For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 涉及专利说明书/specification内容的查询:
用户表述场景
"展示专利XX的说明书"单个专利说明书查询
"获取这些专利的完整说明书"批量专利说明书检索
"我需要CN115099012A的详细文本"通过公开号查询
"能否找同族专利的说明书替代"同族替代查询
"这项专利在技术上描述了什么"说明书内容查看
不适用场景 -- 超出专利说明书数据范围的需求:
  • 按关键词、申请人或分类进行专利搜索
  • 专利权利要求分析或权利要求图生成
  • 专利法律状态或审查历史
  • 专利态势或统计分析
  • 自由实施或侵权意见
反馈:
当出现以下任一情况时,自动检测并通过Feedback API提交反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果与用户意图不符
  3. 用户表达了对本技能的不满或赞扬
  4. 任何您认为可以改进的内容
按照
references/api.md
中的指定方式调用反馈API,请勿中断用户流程。

如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills