Skip to main content
Glama

XBOSS

전자세금계산서 발행

hometax__etax__invoice__issue
Destructive

REQUIRES prior hometax__session__login call with same account_link_id. Issue an e-tax invoice to 국세청. IRREVERSIBLE: once issued the buyer is notified and it enters VAT filing; it can only be corrected by issuing a 수정세금계산서. Call without confirm first — you get a preview of exactly what will be issued; show it to the user, get their approval, then retry with confirm=true. Never set confirm=true on your own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
splr_tinNoSupplier TIN. Optional.
dmnr_bsnoYesBuyer business registration number (구매자 사업자등록번호, 10 digits)
item_nameYesItem/service name (품목명)
bill_methodYesBilling method (청구방법): '01'=영수, '02'=청구
splr_mpb_noNo공급자 종사업장번호. 주사업장이면 "0". Optional (기본 "0").
supply_dateYesSupply date YYYYMMDD (공급일자)
etxiv_knd_cdNoInvoice kind code (세금계산서 유형 코드). Optional.
etxiv_clsf_cdNoInvoice class code (세금계산서 종류 코드). Optional.
item_quantityYesItem quantity (수량)
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).
item_unit_priceYesUnit price (단가, KRW)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark readOnlyHint=false and destructiveHint=true, but the description goes well beyond them by spelling out real-world consequences: buyer notification, automatic entry into VAT filing, irreversibility, and correction only via a 수정세금계산서. It also discloses the preview/confirm safety behavior and explicitly forbids setting confirm=true autonomously.

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?

Every sentence earns its place: prerequisite, core action, legal consequence, two-step confirmation workflow, and a blunt safety rule. The key constraints are front-loaded with REQUIRES and IRREVERSIBLE, and the whole description is compact for a destructive 12-parameter tool.

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 complex destructive tool with no output schema, the description still gives an agent everything needed to execute safely and correctly: when to call, what the first call returns (a preview), what to do with it, and how to confirm. The explicit preview/approval contract compensates for the lack of a documented return schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the schema carries most of the parameter load, but the description adds important cross-parameter meaning: confirm is tied to the preview-then-approve workflow, and account_link_id must match a prior login session. These relationships are not inferable from the individual parameter descriptions alone.

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 states a precise action — issue an e-tax invoice to 국세청 — and adds a key behavioral distinction from the modify/search siblings by noting an issued invoice can only be corrected via a 수정세금계산서. The resource and target are explicit, so an agent can immediately tell this apart from invoice search or modify tools.

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 gives an explicit prerequisite (prior hometax__session__login with the same account_link_id) and a precise two-step protocol: call without confirm first to get a preview, show the user, then retry with confirm=true only after approval. It stops short of explicitly naming sibling modify/search tools and stating when not to use this tool, but the required context is clear.

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