Skip to main content
Glama
lawchat-oss

mcp-taiwan-legal-db

by lawchat-oss

search_interpretations

Search Taiwan's constitutional court interpretations using keywords across titles, case numbers, issues, and full reasoning. Filter by year, number range, and include historical or new rulings.

Instructions

列舉大法官解釋 / 憲法法庭裁判。支援關鍵字全文搜尋(搜爭點 + 理由書)。

每筆結果帶 case_id,可直接傳給 get_interpretation()。

Args: keyword: 關鍵字(標題/字號/爭點/理由書全文匹配) year: 篩選民國年度(0=不篩選,>0 只回新制憲判字) number_from: 起始號次(含),0=不篩選 number_to: 截止號次(含),0=不篩選 include_old: 包含舊制釋字(year=0 時才生效) include_new: 包含新制憲判字 max_results: 回傳筆數上限(預設 30)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNo
yearNo
number_fromNo
number_toNo
include_oldNo
include_newNo
max_resultsNo
Behavior4/5

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

With no annotations, the description covers behavioral traits: it performs full-text search across topic and reasoning documents, supports multiple filters (year, number range, old/new systems), and returns case IDs. It does not mention pagination or rate limits but is adequate for a read-oriented search tool.

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 a concise opening sentence followed by a bulleted parameter list. It is not overly verbose, but the parameter documentation could be slightly more compact. Overall, it efficiently communicates the tool's function.

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

Completeness3/5

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

The description covers the parameters thoroughly but lacks details about the return format beyond 'each result includes case_id'. It does not describe pagination, error handling, or behavior if no results are found. Given no output schema, this is a moderate gap.

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

Parameters5/5

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

Despite 0% schema description coverage, the description provides detailed explanations for all 7 parameters in Chinese, including default values and effects (e.g., 'year=0 means no filter', 'include_old only works when year=0'). This adds significant semantic value beyond the input schema.

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 lists grand justice interpretations or constitutional court rulings with full-text search capabilities. It distinguishes itself from sibling tools like get_interpretation by specifying that results carry case_id for direct retrieval.

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

Usage Guidelines3/5

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

The description implies usage when searching for interpretations, mentioning it supports keyword and year filters, and note that results can be used with get_interpretation. However, it does not explicitly state when to use this tool over other search tools like search_judgments or search_regulations, nor does it provide exclusions.

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/lawchat-oss/mcp-taiwan-legal-db'

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