Skip to main content
Glama

special_decc_search

Read-onlyIdempotent

Search Korean special administrative appeal decisions by tribunal and keyword. Apply filters for date, decision type, and full-text search to retrieve relevant rulings.

Instructions

Search special administrative appeal decisions (특별행정심판 목록 조회).

Search decisions from Korean special administrative appeal tribunals.

Args: tribunal: Tribunal name in Korean. Valid values: 조세심판원, 해양안전심판원, 국민권익위원회, 인사혁신처 소청심사위원회 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), 2=본문검색 (full text) sort: Sort order gana: Dictionary search cls: 재결례유형 (decision type classification) date: Reference date (YYYYMMDD) dpa_yd: Decision date range (YYYYMMDDYYYYMMDD) rsl_yd: Resolution date range (YYYYMMDDYYYYMMDD) ctx: MCP context (injected automatically)

Returns: Special appeal decision list or error

Examples: Search 조세심판원 decisions: >>> special_decc_search(tribunal="조세심판원", query="부가가치세")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
clsNo
dateNo
ganaNo
pageNo
sortNo
typeNoJSON
queryNo*
dpa_ydNo
rsl_ydNo
searchNo
displayNo
tribunalYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds a minimal 'Returns: Special appeal decision list or error' and parameter semantics, but does not disclose auth needs, rate limits, or detailed result behavior beyond that.

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 Args, Returns, and Examples sections, and is appropriately sized for a 13-parameter tool. The first two sentences are somewhat redundant ('Search special administrative appeal decisions' vs. 'Search decisions from Korean special administrative appeal tribunals'), but the rest is efficient.

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 13 parameters, no output schema, and no schema-level parameter descriptions, the description covers the essential context: purpose, all parameters with semantics, return type, and a usage example. It could be stronger by describing the structure of the returned list, and some params like sort and gana remain vague.

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 the full burden and does it well. It explains every parameter, including valid Korean tribunal values, default values, max display, page base, response formats, search mode meanings, and date formats.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches special administrative appeal decisions and includes the Korean equivalent for added precision. It does not explicitly distinguish itself from the sibling special_decc_service, but the verb 'search' and resource are specific enough.

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 by stating the tool searches special administrative appeal decisions and gives a concrete example with a valid tribunal name. However, it does not provide explicit guidance on when to prefer this tool over alternatives like special_decc_service or decc_search.

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