Skip to main content
Glama

XBOSS

부가가치세표준증명서 신청

hometax__certificate__apply__vat_standard
Destructive

REQUIRES prior hometax__session__login call with same account_link_id. Apply for VAT Standard 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.1/5.0
Behavior5/5

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

Annotations only carry coarse flags (readOnlyHint=false, destructiveHint=true); the description concretizes them by disclosing that the call files an irreversible application with the NTS, creates a receipt record (cvaId + rcatNo), and offers no cancel action. It also reveals the safe preview path before the irreversible step — exactly the behavioral context annotations cannot express. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences, each substantive: prerequisite, purpose, irreversibility warning, and the two-step confirm discipline. Nothing is wasted and the most critical constraint (prior login) is front-loaded. The heavy ALL-CAPS emphasis is stylistically loud but not redundant.

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 high-stakes irreversible filing tool with 8 parameters, the description delivers the critical behavioral context (login prerequisite, preview-before-confirm, no cancel) while the schema carries parameter documentation at 100%. Mentioning the receipt record (cvaId + rcatNo) partially compensates for the absent output schema. Code-valued parameters lack enumerations, but that is a schema gap, not a description 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%, so the baseline of 3 applies — all 8 parameters are already documented in the schema. The description's confirm-workflow guidance overlaps with the schema's own confirm parameter description and adds no new meaning for the other parameters (adrOpYn, amtOpYn, cvaDcumGranMthdCd, etc.).

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?

'Apply for VAT Standard Certificate' states a specific verb and resource, and naming the certificate type distinguishes it from sibling apply tools (business_registration, financial_statement, tax_payment_record). However, this differentiation comes primarily from the tool name/title itself; the description largely restates the purpose rather than adding new distinguishing context, so it falls short of a 5.

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 gives a clear prerequisite (prior hometax__session__login with the same account_link_id) and a precise invocation sequence (call without confirm for a preview, show the user, then retry with confirm=true), plus an explicit prohibition against autonomous confirmation. It does not name sibling alternatives or state when-not-to-use, but the workflow and precondition provide clear usage context.

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