Skip to main content
Glama
narumiruna

Taiwan Legislative Yuan MCP Server

list_interpellations

Retrieve a paginated list of legislative interpellations from Taiwan's Legislative Yuan, filterable by member, term, session, or meeting code.

Instructions

列出立法院質詢列表。

Args:
    interpellation_member: 質詢委員姓名,例:羅智強
    term: 屆期,例:11
    session: 會期,例:2
    meeting_code: 會議代碼,例:院會-11-2-6
    page: 頁數,預設1
    limit: 每頁筆數,預設20,建議不超過100
    output_fields: 自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)

Returns:
    str: JSON 格式的質詢查詢結果。

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
interpellation_memberNo質詢委員姓名,例:羅智強
termNo屆,例:11
sessionNo會期,例:2
meeting_codeNo會議代碼,例:院會-11-2-6
pageNo頁數,預設1
limitNo每頁筆數,預設20,建議不超過100
output_fieldsNo自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It mentions return type (JSON string) and error handling (Chinese error messages), but does not disclose if this is read-only, any authentication needs, rate limits, or side effects. Given that it's a listing operation, it is likely safe, but the description does not make this explicit.

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 concise and follows a clear docstring structure with Args and Returns sections. The main purpose is front-loaded. Every sentence adds value, though the parameter descriptions slightly overlap with the schema. No redundancy, but could be more compact.

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 has 7 parameters and an output schema (implied), the description adequately covers the return format and error handling. It includes pagination details (page, limit) but does not elaborate on pagination behavior like total count. Overall, it is fairly complete for a list tool.

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 coverage is 100%, so the schema already documents all parameters. The description adds value by providing examples (e.g., '例:羅智強') and a recommendation for limit ('建議不超過100'). However, these are minor improvements over the schema descriptions, so a baseline of 3 is appropriate.

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

Purpose4/5

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

The description clearly states '列出立法院質詢列表' which means 'List the legislative interpellation list'. It identifies the tool as a listing operation with various filters. However, it does not explicitly differentiate from sibling tools like get_interpellation or get_legislator_interpellations, so it loses some points.

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

Usage Guidelines2/5

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

The description provides parameter details but offers no guidance on when to use this tool versus alternatives (e.g., get_interpellation for a single item or get_legislator_interpellations for a specific legislator). There is no context about prerequisites or when not to use it.

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