Skip to main content
Glama
narumiruna

Taiwan Legislative Yuan MCP Server

get_bill_related_bills

Retrieve related bills for a specific bill using its bill number. Returns details such as association type and related bill numbers.

Instructions

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

Args:
    bill_no: 議案編號,必填,例:203110077970000
    page: 頁數,預設1
    limit: 每頁筆數,預設20,建議不超過50

Returns:
    str: JSON 格式,包含該議案的相關議案資訊(關聯類型、相關議案編號等)。

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bill_noYes議案編號,必填,例: 203110077970000
pageNo頁數,預設1
limitNo每頁筆數,預設20,建議不超過50

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the return format (JSON string with association type and related bill numbers) and mentions error handling (Chinese error messages). It does not contradict any annotation since none exist.

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

Conciseness5/5

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

The description is extremely concise with no extraneous text. It uses a clear structured format (Args, Returns, Raises) that is easy to parse.

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 and the presence of many sibling bill tools, the description adequately covers purpose, parameters, return, and errors. It lacks only explicit guidance on tool selection, which would make it complete.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by providing an example for bill_no and a recommendation for limit, exceeding schema information. This justifies a score of 4.

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 verb '取得' (get) and the resource '相關議案列表' (related bills list), specifying the input bill number. It distinguishes itself from siblings like get_bill (single bill) and get_bill_meets (meets for a bill).

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 provides default values and a recommendation for the limit parameter, guiding agent usage. However, it lacks explicit instructions on when to use this tool versus alternatives 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