Skip to main content
Glama
zisu17
by zisu17

search_tax_interpretations

Search Korean National Tax Service tax law interpretations (예규) by keyword, tax type, law, article, or date. Use document number for exact lookup, with AND/OR/NOT filtering.

Instructions

국세청 세법해석례(예규)를 검색한다. 대상: 사전답변(01)·질의회신(02, 서면질의)·과세기준자문(03)·고시서면질의(04). 키워드·세목·관련법령·조문·기간으로 좁힐 수 있다. 공백으로 구분한 낱말은 AND, match='any' 는 OR, exclude 는 NOT 이다. 문서번호를 알고 있으면 document_number 를 넘기면 exact lookup 으로 처리된다. 법제처 미러가 아니라 국세청 원본을 직접 조회하므로 최신 예규가 바로 잡힌다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawNo관련 법령명(예: '상속세 및 증여세법')
pageNo페이지 번호(1부터). 오프셋이 아니다.
sortNo정렬
typeNoall(기본) | advance(사전답변) | written(질의회신) | advisory(과세기준자문) | notice_written(고시서면질의)all
limitNo페이지 크기
matchNoall=AND(기본), any=ORall
queryNo검색 키워드. 공백 구분은 AND. 따옴표로 묶으면 한 구절.
articleNo관련 조문(예: '제35조')
date_toNo등록일 종료 (YYYY-MM-DD)
excludeNo제외할 낱말(NOT)
tax_typeNo세목. 이름·별칭·코드(301~315) 허용.
date_fromNo등록일 시작 (YYYY-MM-DD)
document_numberNo문서번호를 주면 exact lookup 을 수행한다.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With NO annotations provided, the description carries the full burden, and it delivers: states exact scope (four types), explains match semantics (AND/OR/NOT), and discloses the data-sourcing tradeoff (direct NTS with fresh data, but not a legal mirror). Loses a point because it doesn't explain what fields are returned, pagination behavior beyond a 'page' parameter, or rate limits.

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 avoids filler, front-loads the core purpose in the first line with a period, and the remaining text efficiently covers types, filters, query semantics, and data-source advantage in sentence fragments. It's structured as a single dense paragraph that is readable.

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, 13-parameter tool with no annotations and no defaults on half the fields, the description explains the semantics of match models (AND/OR/NOT), the exact-lookup path, and the source-freshness tradeoff. However, it doesn't describe the kind of data returned (e.g., fields/structures) since it relies on an output schema, which the rules allow. Minor gap: it does not explain default sort behavior or how to combine 'tax_type' and 'query'—two behaviors that would have completed the picture.

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

Parameters4/5

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

The schema already has 100% coverage, giving a baseline of 3. The description adds value by clarifying that 'document_number' triggers exact lookup, and that whitespace-separated words become AND terms in the query parameter, which matches the 'query' parameter's description of quoted phrase behavior. However, it doesn't provide the full boolean logic detail for exclude or how sort values map to behavior—the description adds some contextual glue but doesn't fully compensate for what's missing in terse schema descriptions.

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?

Description states '국세청 세법해석례(예규)를 검색한다' with specific object (searching tax interpretations), lists the four categories covered, and differentiates itself from siblings by clarifying it directly queries the NTS original rather than the Ministry of Government Legislation mirror. It's specific and distinguishes the tool from search_tax_decisions, which handles rulings.

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

Usage Guidelines5/5

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

Explicitly explains when to use this instead of the alternative by mentioning '법제처 미러가 아니라 국세청 원본을 직접 조회하므로 최신 예규가 바로 잡힌다'—differentiating from sibling tools that might query the other source. It also cites a data-freshness advantage over alternatives. Though it doesn't name sibling tools explicitly, it provides clear context for when this tool's characteristics matter.

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/zisu17/nts-taxlaw-mcp'

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