Twinkle HubTwinkle Hub
登入

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

查看完整 Changelog →

立法院公報議程語意+關鍵字檢索

tw_search_ly_gazette_agendas

台灣​專屬MIT

**關鍵字 / Keywords**: 立法院公報 議程 委員會 排審 三讀 legislature gazette agenda committee schedule Taiwan LY

立法院公報議程語意檢索 (~16k 議程案, 案由向量).

Args:
    query: 自然語言 (e.g. "預算審查", "司法人事")
    term: 屆別
    session: 會期
    date_from / date_to: 會議日期範圍 (YYYY-MM-DD)
    limit: top-K (1..100)

Returns:
    {n_corpus, n_returned, query, hits: [{屆, 會期, 公報議程編號,
     會議日期, 案由, 公報網網址, 公報完整PDF網址, similarity},
     ...]}

輸入 schema

{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "term": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Term"
    },
    "session": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Session"
    },
    "date_from": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date From"
    },
    "date_to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date To"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    },
    "mode": {
      "default": "hybrid",
      "title": "Mode",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "tw_search_ly_gazette_agendasArguments",
  "type": "object"
}

呼叫​方式

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

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

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

尚未​設定 Client?

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

查看使用者設定​文件