Skip to main content
Glama

search_interpretations

국세청 질의회신·법제처·행정안전부 해석례를 전문검색한다. 실무 쟁점의 과세관청 입장 확인에 사용. 키워드 히트는 현행 조문에 대한 검증된 인용이 아니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo기본 5, 최대 15
queryYes

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?

With no annotations, the description carries the full burden and adds meaningful caveats: it is a full-text search and keyword hits are not verified citations to current provisions. This warns the agent about a non-obvious result characteristic. It could have disclosed more about response structure, but the key behavioral risk is addressed.

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?

Three short sentences, all informative: function first, then use case, then an important caveat. No filler or redundancy.

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 search tool with two parameters and no output schema, the description provides enough to select and invoke it: source agencies, purpose, keyword-search behavior, and a critical limitation on citation validity. It does not describe the return format, but the caveat and scope are sufficiently complete for correct use.

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 50%: the 'limit' parameter is documented (default 5, max 15) but 'query' has only a type. The description compensates somewhat by framing the query as a full-text keyword search ('전문검색', '키워드 히트'), but it does not detail query syntax or formatting.

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 ('전문검색한다') and clearly identifies the resource: interpretation cases from three named agencies. It also states the practical purpose (confirming the tax authority's position), which distinguishes it from sibling tools like search_articles or search_cases.

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?

It explicitly states when to use the tool: '실무 쟁점의 과세관청 입장 확인에 사용.' This gives clear context, though it does not explicitly exclude alternatives or name sibling tools.

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.