單一藥品全文詳細
tw_get_drug_details
台灣專屬MIT
**關鍵字 / 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"} 若查不到.輸入 schema
{
"properties": {
"license_no": {
"title": "License No",
"type": "string"
}
},
"required": [
"license_no"
],
"title": "tw_get_drug_detailsArguments",
"type": "object"
}呼叫方式
配置好 Twinkle Hub 的 MCP client 後,agent 會看到 tw_get_drug_details。直接讓它呼叫即可,例如:
# Ask Claude / any MCP client: 請用 tw_get_drug_details 處理 "…"。 # It will call: tw_get_drug_details(input="…")
尚未設定 Client?
Claude Desktop 約 3 分鐘即可完成設定 — 下載 .mcpb 檔案並雙擊即可,或參閱文件中的各 Client 安裝步驟。
查看使用者設定文件