立法院公報議程語意+關鍵字檢索
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 安裝步驟。
查看使用者設定文件