Skip to main content
Glama

decc_search

Read-onlyIdempotent

Search Korean administrative appeal decisions by keyword, date, or type to locate tribunal rulings on government agency dispositions.

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 - "JSON" (default), "XML", or "HTML" 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 (YYYYMMDDYYYYMMDD) rsl_yd: Decision date range (YYYYMMDDYYYYMMDD) 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
ocNo
clsNo
dateNo
ganaNo
pageNo
sortNo
typeNoJSON
queryNo*
dpa_ydNo
pop_ynNo
rsl_ydNo
searchNo
displayNo
Behavior4/5

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

Annotations already declare read-only and idempotent behavior. The description adds substantial behavioral detail: pagination defaults, max results, sort orders, response formats (JSON/XML/HTML), search modes, and auto-injected context. It doesn't cover rate limits or auth, but this is strong for a read-only search API.

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 well-organized with Args, Returns, and Examples sections. Every sentence contributes information; parameter descriptions are concise one-liners and examples illustrate real use cases without fluff.

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?

Covers the full parameter space, defaults, examples, and a returns line describing the output as a list or error. It lacks a detailed breakdown of result item fields, but for a search API returning a list this is acceptable; no output schema exists, so a bit more detail on the result structure would push it to a 5.

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?

Schema description coverage is 0%, and the description compensates by documenting all 13 parameters with defaults, formats, valid values, and date range syntax. This goes far beyond the schema and is essential for correct invocation.

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 it searches administrative appeal decisions, with a specific Korean title and a definition of administrative appeals. This uniquely distinguishes it from sibling tools that search laws, precedents, or other legal materials.

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 strong contextual usage guidance including examples for keyword, date range, and broad searches, plus parameter explanations. However, it does not explicitly mention when not to use this tool or name alternative tools for other legal search needs.

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

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