Skip to main content
Glama
zisu17
by zisu17

tax_research

Retrieve layered tax law authorities from statute to court rulings, with authority levels, for a given tax issue. Collects legal sources without drawing conclusions.

Instructions

세무 쟁점 하나를 층별 근거로 모아 온다: 법률→시행령→시행규칙(범위 밖, 확인 경로 안내)→기본통칙→세법집행기준→국세청 해석례→불복 결정례→판례·헌재. 각 층에 authorityLevel 을 붙여 법규와 행정해석과 개별 결정의 효력 차이를 구분한다. 법률적 판단이나 결론을 만들지 않는다 — 원문 근거 수집과 출처 제시만 한다. 법령 본문이 필요하면 korean-law-mcp 를 함께 쓸 것.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawNo관련 법령명을 알면 지정
articleNo관련 조문을 알면 지정
questionYes세무 쟁점 질문(자연어)
tax_typeNo세목을 알면 지정(정확도 향상)
limit_per_layerNo층별 결과 수
include_guidanceNo기본통칙·집행기준 포함 여부

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It reveals key behavioral traits: the layer-by-layer evidence collection algorithm, the authorityLevel tagging mechanism for distinguishing legal effect, an explicit no-legal-conclusion guarantee (anti-hallucination), and the companion-tool suggestion. It falls short only on operational details like pagination, rate limits, or partial-failure behavior—minor gaps for a read-only research tool.

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?

Three information-dense sentences with zero filler—the hierarchy, the authorityLevel mechanism, the scope caveat, and the companion-tool pointer are all load-bearing. The only deduction is structural: it's a heavy wall of text with no front-loading, bolded critical caveat aside, making it denser to parse than strictly necessary.

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 tool with 6 parameters and a multi-layer research model, the description covers the essential context: the layered pipeline, the distinction between statutes/interpretations/decisions, the authorityLevel mechanism, and the no-judgment behavioral guarantee. The output schema exists to document return values. Gaps like error handling and empty-layer behavior are minor for a research tool with an output schema.

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

Parameters3/5

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

Schema coverage is 100% with well-described parameters (layered result counts for limit_per_layer, accuracy hints for tax_type), so the baseline is 3. The description's layer hierarchy does help interpret limit_per_layer and include_guidance (which map to specific layers like 기본통칙·집행기준), but it adds no parameter-specific detail beyond what the schema already provides.

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 uses a specific verb+resource: 'collects one tax issue as evidence' organized by an explicit hierarchical cascade (법률→시행령→...→판례·헌재). The layered research concept, authorityLevel tagging, and the explicit no-legal-conclusions scope clearly distinguish it from sibling search/lookup/get tools focused on individual document types.

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 names korean-law-mcp as an explicit companion tool for statutory text ('법령 본문이 필요하면'), gives an explicit scope exclusion for enforcement rules (시행규칙 '범위 밖, 확인 경로 안내'), and notes the tool's pure-research limitation ('법적 판단이나 결론을 만들지 않는다'). However, it never explicitly contrasts with sibling tools like search_tax_interpretations or search_tax_decisions, which an agent might confuse it with.

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