Skip to main content
Glama
wujinkim

korea-business-verify

by wujinkim

verify_business

Verify Korean business registration by matching business number, representative name, and opening date against NTS data. Returns match status and discards name immediately.

Instructions

한국 사업자등록정보 진위확인. 국세청 등록정보와 입력(사업자번호·대표자명·개업일자)의 일치 여부. 대표자명은 검증 즉시 폐기되며 저장되지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
business_noYes사업자등록번호 (하이픈 무관)
opening_dateYes개업일자 (YYYYMMDD)
representative_nameYes대표자 성명
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the representative name is immediately discarded and not stored, which is a meaningful privacy behavior. However, it does not explicitly state whether the operation is read-only, if it triggers external calls, or if there are any side effects, leaving gaps in behavioral transparency.

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 concise sentences, front-loaded with the core purpose. Every sentence adds value: the first defines the function, the second provides a key privacy detail. No wasted words.

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

Completeness3/5

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

For a tool with three required parameters and no output schema, the description explains the verification logic and data handling but does not describe the return value or result format. It mentions '일치 여부' (match status) implicitly but does not specify whether the result is a boolean, status object, or something else, leaving a completeness gap.

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%, providing full details for all three parameters (business_no, opening_date, representative_name). The description lists the same fields without adding new format or semantic details beyond the schema, so baseline 3 is appropriate.

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 the tool verifies Korean business registration info by checking if input (business number, representative name, opening date) matches National Tax Service records. It distinctly identifies the resource and action, and the mention of matching against tax data differentiates it from sibling tools like check_business_status or batch_check_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for authenticating business registration details but does not explicitly state when to prefer this over siblings or any exclusions. It lacks guidance on when not to use it or alternatives.

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/wujinkim/korea-business-verify'

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