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 →

Search TFDA Health Food (健字號) registry

tw_search_health_supplements

TW-specificMIT

**關鍵字 / Keywords**: 健康食品 TFDA 保健食品 dietary supplement TFDA 健康食品認證

TFDA 健康食品許可證 (data.gov.tw 6951, 562 件).

台灣「健康食品」是 TFDA 認證的法定特殊類別 (衛署/衛部健食字號),
≠ 一般保健食品 / 膳食補充品. 全國僅 ~562 件有此正式認證.

至少要給 name 或 function_keyword 其一.

Args:
    name: 中文品名 substring (e.g. "燕麥", "桂格", "養樂多")
    function_keyword: 保健功效 / 功效相關成分 substring
                      (e.g. "調節血脂", "免疫", "腸道", "牙齒",
                       "骨質", "抗氧化", "胃")
    active_only: True (default) 只取 證況='核可'
    limit: max 結果 (1..100, default 20)

Returns:
    {n_corpus=562, n_returned, query, hits: [{license_no, category,
     name_zh, approved_at, applicant, status, function_ingredients,
     function, claim, warning, notice, url}, ...]}

Input schema

{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name"
    },
    "function_keyword": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Function Keyword"
    },
    "active_only": {
      "default": true,
      "title": "Active Only",
      "type": "boolean"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_search_health_supplementsArguments",
  "type": "object"
}

How to call

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

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

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