Skip to main content
Glama
zisu17
by zisu17

lookup_tax_document

Retrieves the full text of a Korean National Tax Service document using its exact document number. Handles various formats and returns not-found if absent.

Instructions

문서번호로 국세청 문서를 정확히 일치하는 것만 찾아 본문까지 반환한다. 세법해석례(사전답변·질의회신·과세기준자문·고시서면질의)와 판례·결정례(과세적부·이의신청·심사청구·심판청구·판례·헌재)를 자동 판별한다. '서면-2026-법규재산-0119', '서면 2026 법규재산 0119', '서면2026법규재산0119', '질의회신 서면-2026-법규재산-0119' 처럼 표기가 달라도 같은 문서로 정규화한다. 정확히 일치하는 문서가 없으면 NOT_FOUND 를 반환하고, 번호가 일부 겹치는 문서는 similarDocuments 로 분리해 준다(정답이 아님). 문서번호를 아는 경우 항상 이 도구를 먼저 쓸 것.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
body_limitNo본문 최대 글자수(기본 30000)
document_numberYes문서번호. 표기 편차를 자동 정규화한다. 적부-국세청-2026-0119 처럼 기관이 번호에 포함된 형식도 지원.
include_full_textNo본문 전문 포함 여부

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses exact-match only behavior, normalization of varying notation, NOT_FOUND when no exact match, separation of similarDocuments, and automatic classification of document types. This is highly transparent about expected behavior and edge cases.

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 concise and front-loaded with the main purpose. Every sentence adds value: principal function, document type coverage, normalization examples, NOT_FOUND/similarDocuments behavior, and usage priority. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers important edge cases (no exact match, partial overlaps), normalization rules, and document type scope. With an output schema present for return values, the description does not need to repeat those details. It is complete for both simple and complex scenarios.

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?

Schema description coverage is 100%, so baseline is 3. The description adds significant value for the document_number parameter by giving concrete examples of accepted notation variations and normalization, which goes beyond the schema. It does not add new meaning for body_limit or include_full_text, but the schema already describes those adequately.

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's purpose: find documents by exact document number match and return the body. It distinguishes itself from siblings by emphasizing exact-match semantics and automatic normalization, and explicitly mentions it should be used before other tools when a document number is known.

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?

The description provides explicit usage guidance: when you know the document number, always use this tool first. It also clarifies that partial matches are returned as similarDocuments and are not the answer, implicitly steering users to alternative search tools for fuzzy lookups.

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