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 LY gazette agendas

tw_search_ly_gazette_agendas

TW-specificMIT

**關鍵字 / 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},
     ...]}

Input 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"
}

How to call

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

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

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