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 →

Get TFDA drug license full detail

tw_get_drug_details

TW-specificMIT

**關鍵字 / Keywords**: 藥品詳細 仿單 適應症 禁忌 副作用 drug details package-insert TFDA 藥品資訊

取單一藥品許可證的全 28 欄詳細 (data.gov.tw 9122).

含 tw_search_drug 沒列出的: 主成分略述, 用法用量, 包裝, 包裝與國際條碼,
製造廠廠址, 製造廠國別, 異動日期, 通關簽審文件編號, 舊證字號.

Args:
    license_no: 許可證字號 (exact match), e.g. "衛署藥製字第046823號"

Returns:
    {"found": True, "license_no", "detail": {all 28 cols}}
    或 {"found": False, "license_no", "error"} 若查不到.

Input schema

{
  "properties": {
    "license_no": {
      "title": "License No",
      "type": "string"
    }
  },
  "required": [
    "license_no"
  ],
  "title": "tw_get_drug_detailsArguments",
  "type": "object"
}

How to call

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

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

# It will call:
tw_get_drug_details(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