Skip to main content
Glama
seunguk3

local-tax-mcp

by seunguk3

get_local_tax_article

Retrieve local tax law articles by year or effective date, compare with the current text, and receive alerts for changes or deletions. Covers major Korean local tax statutes.

Instructions

지방세 관계법의 시점별 조문 본문. year/efYd로 그 시점 시행본을 선택하고 현행본과 자동 대조해 변경·삭제를 경고한다. 지원 법령: 지방세기본법, 지방세기본법 시행령, 지방세기본법 시행규칙, 지방세법, 지방세법 시행령, 지방세법 시행규칙, 지방세특례제한법, 지방세특례제한법 시행령, 지방세특례제한법 시행규칙, 지방세징수법, 지방세징수법 시행령. 지방세 관계법이 아니면 폴백 없이 거부한다(법제처 검색의 부분매칭으로 '지방세법'이 '지방교부세법'으로 잡히는 사고를 차단).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
joYes조문. 예: 제106조, 제26조의4
ocNo
mstNo특정 시행본 MST 직접 지정
efYdNo기준 시행일 YYYYMMDD. year보다 우선
yearNo그 해 말(12.31) 시점 시행본 선택. 예: 2019
lawNameYes법령명 또는 약칭(지세법·지특법·지기령 등)
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 of behavioral disclosure. It reveals that year/efYd selects the version in effect at a given time, that the tool automatically compares with the current version and warns about changes/deletions, and that it refuses non-local-tax laws to prevent partial-matching errors. This adds substantial context beyond the schema, though it does not describe the exact return format or edge cases like missing versions.

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 two sentences, front-loaded with the core purpose, and the supported-law list is presented as a compact enumeration. Every sentence provides either scope, usage, or behavioral context with no redundant content, making it both concise and well-structured.

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?

Despite having 6 parameters and no output schema, the description covers the primary purpose, version selection logic, comparison behavior, supported law scope, and rejection policy. It does not explain the 'oc' parameter (which also lacks a schema description) or the precise return structure, but the phrase '조문 본문' and the warning behavior make the output fairly predictable, so the description is highly complete.

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 at 83%, giving a baseline of 3. The description adds meaning by explaining that year/efYd select the version in effect at that point ('year/efYd로 그 시점 시행본을 선택') and by listing acceptable lawName values (supported laws). This enriches the understanding of these key parameters beyond the schema alone.

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 opens with '지방세 관계법의 시점별 조문 본문' (time-specific article text of local tax laws), which specifies the exact resource and the time-scoped retrieval. It enumerates the supported local tax laws, clearly differentiating this tool from sibling tools like get_ordinance_text (ordinance text) or get_local_tax_decision (decisions).

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 states that only the listed local tax laws are supported and explicitly says non-local-tax laws are rejected without fallback ('지방세 관계법이 아니면 폴백 없이 거부한다'), providing clear exclusion criteria. It does not, however, name alternative tools for non-local-tax queries, so explicit alternatives are missing.

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/seunguk3/local-tax-mcp'

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