Skip to main content
Glama

XBOSS

고용24 기업지원금 대상자 저장

work24__subsidy__application__target_save
Destructive

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Name the chosen 피보험자 as subsidy targets on a draft, identified by the irno values returned by target_search. Write — reversible while the draft is 작성중.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receipt_noYes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.
worker_typeYes근로자유형. 고용24 화면 필수 선택 항목이며 기관이 채워 주지 않는다. 라벨은 target_search 응답의 selection_options 에 있다.
target_irnosYestarget_search 결과의 irno 배열. 주민번호는 필요하지 않다 — 기관이 이미 아는 값을 다시 받지 않는다.
programme_keyYes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
labor_contractYes근로계약유형. 고용24 화면 필수 선택 항목.
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).
business_management_noNo11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnly=false and destructiveHint=true. The description adds useful behavioral nuance: this is a write operation and is reversible only while the draft is in 작성중 status. That is meaningful context beyond the structured annotations. No contradiction found.

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?

Two dense sentences with no filler. The prerequisite is front-loaded, the main action is clearly stated, and the reversibility caveat earns its place. Every sentence adds value.

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 mutating tool with 7 parameters and no output schema, the description covers the critical workflow: login prerequisite, target_search as ID source, draft context, and reversibility condition. The main gaps are explicit sequencing with target_init/submit and any expected response, so it is strong but not fully complete.

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 baseline is 3. The description adds extra meaning by tying target_irnos to target_search results and by requiring account_link_id to match the prior login session. This goes beyond what the schema states.

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 operation: naming selected insured persons (피보험자) as subsidy targets on an existing draft, using irno values from target_search. This is a specific verb+resource description that distinguishes the tool from search/read siblings like target_search.

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 hard prerequisite: prior work24__auth__npki_session__login with the same account_link_id. It also indicates the right upstream data source (target_search irno values). It does not explicitly name alternatives or when-not-to-use conditions, so it stops short of a 5.

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