Skip to main content
Glama

XBOSS

사업자등록증명 신청

hometax__certificate__apply__business_registration
Destructive

REQUIRES prior hometax__session__login call with same account_link_id. Apply for Business Registration Certificate. IRREVERSIBLE: this files an application with the NTS and a receipt record (cvaId + rcatNo) is created; there is no cancel action. Call without confirm first to get a preview, show it to the user, then retry with confirm=true. Never set confirm=true on your own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adrOpYnNoShow address on the certificate: 'Y' or 'N'
amtOpYnNoShow amount: 'Y' or 'N'
confirmNoSet true ONLY after showing the preview to the user and receiving their explicit approval. Omit it on the first call to obtain the preview.
resnoOpYnNoShow resident number: 'Y' or 'N' (forced 'N' for corporations)
cerpIsnRqsQtyNoNumber of copies to issue (발급 매수)
account_link_idNoAccount link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure).
cvaDcumGranMthdCdNoDelivery method code (교부방법 코드)
cvaDcumSbmsOrgnClCdNoSubmission target code (제출처 구분코드)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already indicate destructiveHint=true, but the description goes beyond by explaining the specific consequences: it files an application with the NTS, creates a receipt record (cvaId + rcatNo), and is irreversible with no cancel. It also discloses the preview/confirm behavior. This adds valuable behavioral context that annotations do not convey, and it does not contradict the destructive hint.

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 compact and well-ordered: it front-loads the prerequisite, states the purpose, then delivers the critical warning and step-by-step usage. Every sentence earns its place with no redundancy or filler.

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 action with 8 parameters and no output schema, the description covers the essential behavioral context: prerequisite login, irreversibility, and the confirm workflow. It doesn't mention alternatives like reissue or auto-apply, but the name and the clear application flow are sufficient for an agent to proceed correctly. Slight gap in not differentiating from sibling certificate apply tools, but not critical.

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%, so all parameters are documented in the schema itself. The description does not add new meaning for most parameters; it repeats the confirm guidance already in the schema ('Omit it on the first call...'). Since the schema already provides comprehensive parameter descriptions, a 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?

The description clearly states the action ('Apply for Business Registration Certificate') with a specific resource, and the name itself distinguishes it from the reissue sibling. It doesn't explicitly contrast with siblings like apply_auto or reissue, but the verb 'Apply' and the certificate type make the purpose unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit prerequisites (prior login with same account_link_id) and a clear two-step workflow: call without confirm to preview, show to user, then retry with confirm=true. It also issues a strong directive ('Never set confirm=true on your own') and notes the lack of a cancel action, which fully guides an agent on when and how to invoke it.

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