Skip to main content
Glama

XBOSS

국세청 사업자등록 상태 조회

opendata__nts__status
Read-only

Look up NTS business registration status (data.go.kr 15081808). Platform service key only — no account_link_id. Requires OPENDATA_ENABLED=1 on the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
b_noYesBusiness registration number(s), 10 digits each (e.g. ["1234567890"]). Max 100.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only safety profile is covered. The description adds operational constraints (platform key, server env flag) and does not contradict annotations, but it does not describe response behavior 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?

Three short sentences, each earning its place: the first states the action, the second specifies auth mode, and the third gives a server prerequisite. No filler or redundancy.

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

Completeness5/5

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

For a one-parameter, read-only lookup tool, the description is complete: the schema covers the parameter, annotations cover safety, and the description covers the API source, auth requirement, and environment flag. No output schema exists, but the return value is not needed to invoke the tool correctly.

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%: b_no is fully documented with format, min/max length, item count limits, and an example. The description adds no parameter-specific meaning, so the baseline of 3 is appropriate.

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?

States a specific verb ('Look up'), a clear resource ('NTS business registration status'), and identifies the underlying data.go.kr API by reference number. However, it does not explicitly distinguish itself from similar sibling tools like opendata__nts__validate or hometax__tax__business_registration__search_status.

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?

Provides concrete usage context: this uses a platform service key, requires no account_link_id, and needs OPENDATA_ENABLED=1 on the server. This tells an agent when the open-data route is applicable, though it does not enumerate exclusions or alternatives.

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.

Resources