Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Patent full text

tw_get_patent_body

TW-specificMIT

**關鍵字 / Keywords**: 專利全文 申請專利範圍 說明書 patent full-text claims specification 專利內文

取得單一專利的完整 description body (技術領域 / 先前技術 / 實施方式)
+ 全部 claims。從 TIPO ftps 即時下載解析 (非 cache, 200-500 ms)。

參數:
    appl_no: 申請案號 (例 "112108163"), 通常從 tw_search_patents hit 取得

回傳:
    {
      appl_no, title_zh, abstract_zh, spec_url,
      description_sections: {technical-field, background-art,
                             mode-for-invention, ...},
      claims: [{num, text}, ...]
    }

Input schema

{
  "properties": {
    "appl_no": {
      "title": "Appl No",
      "type": "string"
    }
  },
  "required": [
    "appl_no"
  ],
  "title": "tw_get_patent_bodyArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_get_patent_body. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_get_patent_body 處理 "…"。

# It will call:
tw_get_patent_body(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs