Skip to main content
Glama
zisu17
by zisu17

get_tax_guidance

Retrieve a specific tax law guidance provision by item ID or title from Korean National Tax Service databases. Get exact ruling details for basic rulings or execution standards.

Instructions

기본통칙 또는 세법집행기준의 특정 조항 1건을 가져온다. search_tax_guidance 로 찾은 item_id, 또는 조항명 일부(title)로 지정한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes기준 종류
titleNo조항명 일부. item_id 를 모를 때 사용
item_idNo조항 식별자(search 결과의 itemId)
law_nameYes대상 법령명
revision_yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only says it fetches a provision and mentions identification methods, but does not disclose whether the operation is read-only, what happens if the title matches multiple provisions, or that kind and law_name are required. Missing these important behavioral details.

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 only two sentences, front-loaded with the main action and optional identification methods. Every sentence earns its place; no redundant or filler content.

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

Completeness3/5

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

Given the tool's complexity (5 parameters, output schema exists), the description is adequate but has gaps. It covers the key usage scenario (fetch by item_id/title) but omits mention of required parameters kind and law_name, and does not describe edge cases or return format. Since the output schema exists, return values need not be explained, but the missing required parameter guidance leaves room for error.

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 high (80%). The description adds meaning beyond the schema by explaining that item_id comes from search results and that title is an alternative when item_id is unknown. It clarifies the relationship between these two parameters, but does not mention revision_year or the required nature of kind/law_name, though the schema covers those.

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 it fetches a single provision from basic rulings or tax law enforcement standards, and it gives two ways to identify the provision (item_id or title). It distinguishes from search_tax_guidance but does not explicitly differentiate from other get/update siblings, so not a 5.

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 instructs to use item_id from search_tax_guidance or a title fragment, implying a typical flow of search-first-then-fetch. It provides clear context for when to use this tool but does not mention when to use alternatives or exclude other tools, so not a 5.

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