Skip to main content
Glama
narumiruna

Taiwan Legislative Yuan MCP Server

by narumiruna

get_bill_meets

Find every legislative meeting where a specific bill was discussed. Enter a bill number to retrieve meeting details, committee reviews, and deliberation records.

Instructions

取得特定議案的相關會議列表。

Args:
    bill_no: 議案編號,必填,例:203110077970000
    term: 屆期篩選,例:11
    meeting_code: 會議代碼篩選
    session: 會期篩選,例:2
    meeting_type: 會議種類篩選,例:院會、委員會
    member: 出席委員篩選
    date: 會議日期篩選,格式:YYYY-MM-DD
    committee_code: 委員會代號篩選
    meet_id: 會議資料中的會議編號
    related_bill_no: 關係文書中的議案編號
    law_number: 關係文書中的法律編號
    page: 頁數,預設1
    limit: 每頁筆數,預設20
    output_fields: 自訂回傳欄位

Returns:
    str: JSON 格式,包含該議案在各會議中的審議紀錄(會議資訊、審議結果、發言紀錄等)。

Raises:
    例外時回傳中文錯誤訊息字串。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo會議日期,格式:YYYY-MM-DD,例: 2024-10-25
pageNo頁數,預設1
termNo屆,例: 11
limitNo每頁筆數,預設20
memberNo出席委員姓名
bill_noYes議案編號,必填,例: 203110077970000
meet_idNo會議資料中的會議編號
sessionNo會期,例: 2
law_numberNo關係文書中的法律編號
meeting_codeNo會議代碼,例: 院會-11-2-6
meeting_typeNo會議種類,例: 院會、委員會
output_fieldsNo自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)
committee_codeNo委員會代號,例: 23
related_bill_noNo關係文書中的議案編號

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It mentions the return format (JSON string) and error behavior (Chinese error message), which is helpful. However, it doesn't disclose pagination behavior, rate limits, or whether the tool is read-only (though it's clearly a query tool). The description adds some value but could be more explicit about the nature of the operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with Args, Returns, and Raises sections. It's concise and front-loaded with the purpose. The parameter list is a bit long but necessary given 14 parameters. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (14 params, output schema present), the description is fairly complete. It explains the return format and error handling. The output schema exists, so return values are covered. It could mention pagination behavior more explicitly, but overall it's adequate for a query tool with good schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 14 parameters with descriptions and examples. The description repeats the parameter list but adds no new meaning beyond what the schema provides. Baseline 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves meeting records related to a specific bill (特定議案的相關會議列表), with a specific required parameter (bill_no) and example. It distinguishes from siblings like get_meet_bills (which likely retrieves bills for a meeting) and get_bill (bill details).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists all filter parameters and provides examples, making it clear when to use this tool (to get meetings for a bill). It doesn't explicitly state when not to use it or name alternatives, but the sibling context and the tool's purpose are clear enough. A slight deduction for not explicitly contrasting with get_meet_bills or get_bill_related_bills.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/narumiruna/ly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server