Twinkle HubTwinkle Hub

藥品仿單結構化欄位搜尋

tw_search_drug_label

의료·식품 · 9개🇹🇼 대만읽기 전용

關鍵字 / Keywords: 藥品仿單 適應症 副作用 交互作用 drug label indication contraindication side-effect interaction

搜 twinkle-ai/tw-drug-labels-vision (CC-BY-4.0, ~72k 藥品仿單) 結構化欄位.

對打 Taiwan-Health-MCP tw_search_drug 的「依適應症 / 禁忌 / 副作用 / 警語」 關鍵字精準搜尋. 比 tw_search_drug(indication=...) 更全面 (包含禁忌/警語/ 副作用/交互作用 等仿單欄位, 不只適應症).

Args: keyword: 中文 / 英文 substring e.g. "高血壓" / "妊娠" / "肝衰竭" / "失眠" / "心律不整" field: 搜哪個 leaflet 欄位 — 預設 "indications". 可選: "indications" 適應症 "contraindications" 禁忌 "warnings" 警語 + 注意事項 "drug_interactions" 交互作用 "adverse_reactions" 副作用 + 不良反應 "dosage_and_administration" 用法用量 limit: 1..100 (default 20)

Returns: {n_corpus, n_returned, query, source, hits: [{license_id, drug_name_zh, drug_name_en, dosage_form, <field>, source_type}]}

後續 → tw_get_drug_details(license_id) 取完整 28+17 欄位。 想看實際仿單圖片 → 從 tw_get_drug_details 回的 leaflet.source_urls 點 TFDA PDF.

파라미터

이름타입설명
keyword *string
fieldstring
limitinteger
원본 JSON schema
{
  "properties": {
    "keyword": {
      "title": "Keyword",
      "type": "string"
    },
    "field": {
      "default": "indications",
      "title": "Field",
      "type": "string"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "keyword"
  ],
  "title": "tw_search_drug_labelArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_search_drug_label({ keyword: "…" })