Twinkle HubTwinkle Hub
登入

📌 2026-08-17 新增:⚖️ 台灣法條時光機 — 歷史法條原文 · 修法沿革 · 全文檢索 · 條文關聯圖(935 個 dataset · 35,454+ 筆 row)

查看完整 Changelog →

TFDA 藥品許可證搜尋

tw_search_drug

台灣​專屬MIT

**關鍵字 / Keywords**: 藥品 TFDA 許可證 適應症 warfarin 抗生素 drug medicine license indication 台灣藥品

衛福部食藥署 全部藥品許可證 search (data.gov.tw 9122, 71,836 件).

涵蓋所有中華民國核發的藥品許可證 (含已註銷). 28 欄包含品名 / 適應症 /
劑型 / 申請商 / 製造商 / 條碼 / 用法用量. 至少要給 name / indication /
license_no 其一.

Args:
    name: 中文品名 / 英文品名 substring (e.g. "普拿疼", "panadol")
    indication: 適應症 substring (e.g. "高血壓", "感冒", "發燒")
    license_no: 許可證字號 prefix (e.g. "衛署藥製字第046823號")
    active_only: True (default) 排除已註銷; False 含全部
    limit: max 結果 (1..100, default 20)

Returns:
    {n_corpus, n_returned, query, hits: [{license_no, name_zh,
     name_en, indication, dosage_form, valid_until, applicant,
     manufacturer, drug_class, controlled_class}, ...]}

後續查單品全 28 欄 (含 主成分 / 用法用量 / 包裝 / 國際條碼) →
tw_get_drug_details(license_no)

輸入 schema

{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name"
    },
    "indication": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Indication"
    },
    "license_no": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "License No"
    },
    "active_only": {
      "default": true,
      "title": "Active Only",
      "type": "boolean"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_search_drugArguments",
  "type": "object"
}

呼叫​方式

配置​好 Twinkle Hub 的 MCP client 後,​agent 會​看到 tw_search_drug。直接讓它呼叫​即可,​例如:

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

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

尚未​設定 Client?

Claude Desktop 約 3 分鐘即可完成​設定 — 下載 .mcpb 檔案並雙擊​即可,或參閱​文件中的各 Client 安裝​步驟。

查看使用者設定​文件