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 →

Semantic + keyword search NMH artifacts

tw_search_nmh_artifacts

TW-specificMIT

**關鍵字 / Keywords**: 國立歷史博物館 典藏 NMH museum artifact collection 藏品 文物

國立歷史博物館典藏目錄語意檢索 (28,420 件文物).

Args:
    query: 自然語言 (e.g. "青花瓷盤", "唐三彩馬", "齊白石蝦")
    category: 類別 filter (e.g. "繪畫", "陶瓷", "玉器")
    creator_contains: 創作者必含字串 (e.g. "張大千")
    year_from / year_to: CreatedYear 字串範圍
    limit: top-K (1..100)

Returns:
    {n_corpus, n_returned, query, hits: [{Identifier, MainTitle,
     Description, Creator, CreatedYear, OwnerName, ImageUrl,
     OriginalUrl, similarity}, ...]}

Input schema

{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "category": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Category"
    },
    "creator_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Creator Contains"
    },
    "year_from": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Year From"
    },
    "year_to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Year To"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    },
    "mode": {
      "default": "hybrid",
      "title": "Mode",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "tw_search_nmh_artifactsArguments",
  "type": "object"
}

How to call

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

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

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