Skip to main content
Glama

get_article

특정 조문의 현행 원문 전체를 반환한다 (시행일·검증된 위임 상·하위법령·별표·검증된 인용 포함). 세율·한도·요건 등 정확한 수치는 반드시 이 도구로 원문을 확인할 것. 인용은 적용 확정이 아니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
law_nameYes법령명 (예: '소득세법', '상속세 및 증여세법')
article_numberYes조번호 (예: '제97조의2', '97조의2', '55')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. It adds useful context beyond a simple 'returns text' by specifying that the result includes effective date, verified delegated statutes, appendices, and verified citations, and cautions that citations are not confirmed application. This gives the agent a realistic picture of the returned content, though it does not address edge cases or failure modes.

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 well-structured sentences. The main functionality is front-loaded, followed by a clear usage directive and a caveat. Every sentence earns its place with no filler or redundant restatement.

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?

The tool is simple (2 required params, no output schema), and the description sufficiently explains what is returned and the reliability caveat. It is complete enough for an agent to call the tool correctly, though it could optionally mention the difference from treaty articles or historical versions for even stronger disambiguation.

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 description coverage is 100%, so the schema already documents law_name and article_number with examples. The description does not add any parameter-specific details beyond the schema, matching the baseline score of 3.

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 a specific verb (returns the entire current original text) and a specific resource (a particular article of a law), and enumerates the included components (effective date, verified delegated laws, appendices, verified citations). This distinguishes it from obvious siblings like get_article_history or get_treaty_article without needing the schema.

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 explicitly tells the agent when to use this tool: '정확한 수치는 반드시 이 도구로 원문을 확인할 것' (must verify exact figures with this tool). It also warns that citations are not confirmed as applicable. It does not name specific alternatives or state when not to use it, so it falls just short of full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.