Skip to main content
Glama
asgard-ai-platform

MCP Taiwan Judgment Search

lookup_legal_term

Retrieve legal term definitions from Taiwan's Judicial Yuan dictionary, covering civil, criminal, administrative, and family law with optional domain filter.

Instructions

查詢司法院裁判書用語辭典,取得法律名詞的定義與各法領域說明。

同一名詞可能有民事、刑事、行政、家事等不同法領域的解釋,均會一併回傳。 指定 domain 可篩選特定法領域的解釋。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYes查詢的法律名詞(例如:比例原則、善意第三人、消滅時效)
domainNo篩選法領域,例如:民事、刑事、行政、家事。不填則回傳所有領域。
Behavior3/5

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

With no annotations, the description carries full burden. It implies a read operation ('查詢') and explains multiple domain results and filtering, but does not disclose error handling, authentication needs, or response format for missing terms.

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 two sentences, front-loaded with purpose, and every sentence adds value. No wasted words.

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?

Given no output schema, the description could better explain the return structure (e.g., list of definitions per domain) and behavior for missing terms, but it covers essential functionality.

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 baseline is 3. The description adds minimal new info beyond schema; the domain parameter's default behavior ('all domains returned') is already stated in the schema's description.

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 queries the judicial dictionary for legal term definitions, specifying verb (查詢), resource (司法院裁判書用語辭典), and distinguishing it from sibling tools like get_judgment and search_judgments.

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 clear context for when to use this tool (to look up legal terms) and explains the domain filtering behavior, but does not explicitly state when not to use it or mention alternatives.

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/asgard-ai-platform/mcp-tw-judgment'

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