Skip to main content
Glama
rabqatab

LexLink

decc_search

Read-onlyIdempotent

Search Korean administrative appeal decisions to find tribunal rulings on government agency dispositions using keywords, dates, and filters.

Instructions

Search administrative appeal decisions (행정심판례 목록 조회).

This tool searches Korean administrative appeal decisions. Administrative appeals are decisions made by administrative tribunals on appeals against government agency dispositions.

Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API) search: 1=사건명 (case name, default), 2=본문검색 (full text) cls: Decision type filter (재결구분코드) gana: Dictionary search (ga, na, da, ...) date: Decision date (YYYYMMDD) dpa_yd: Disposition date range (YYYYMMDD~YYYYMMDD) rsl_yd: Decision date range (YYYYMMDD~YYYYMMDD) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" pop_yn: Popup flag - "Y" or "N" ctx: MCP context (injected automatically)

Returns: Search results with administrative appeal decisions list or error

Examples: Search for all decisions: >>> decc_search(type="XML")

Search by keyword:
>>> decc_search(query="과징금", display=10, type="XML")

Search by date range:
>>> decc_search(rsl_yd="20200101~20201231", type="XML")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo*
displayNo
pageNo
ocNo
typeNoXML
searchNo
clsNo
ganaNo
dateNo
dpa_ydNo
rsl_ydNo
sortNo
pop_ynNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety aspects. The description adds valuable behavioral context: it specifies that JSON is not supported by the API (only HTML or XML), mentions pagination behavior with page numbers, and indicates maximum result limits (max 100 per page). This goes beyond what annotations provide.

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 clear sections: purpose explanation, parameter documentation, returns statement, and examples. While comprehensive, it's appropriately sized for a tool with 13 parameters. Some redundancy exists (e.g., repeating 'type="XML"' in examples), but overall it's efficiently organized.

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?

For a complex search tool with 13 parameters, 0% schema coverage, and no output schema, the description does an excellent job explaining parameters and providing examples. It covers the search domain, parameter semantics, and response format limitations. The main gap is lack of output structure details, but given the annotations cover safety and the description explains format constraints, it's mostly complete.

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?

With 0% schema description coverage, the description carries full burden for parameter documentation. It provides detailed explanations for all 13 parameters, including defaults, constraints (max 100 for display), format specifications (YYYYMMDD for dates), and meaning of enum-like values (search=1 vs 2, sort options). The 'Args' section comprehensively documents what each parameter does.

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 searches Korean administrative appeal decisions, specifying both the verb ('searches') and resource ('administrative appeal decisions'). It distinguishes from siblings by focusing specifically on administrative appeal decisions rather than other legal documents, and provides context about what administrative appeals are.

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 context through the explanation of what administrative appeals are, but doesn't explicitly state when to use this tool versus alternatives like 'decc_service' or other search tools in the sibling list. There's no guidance on prerequisites, limitations, or comparison with similar tools.

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/rabqatab/LexLink-ko-mcp'

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