Skip to main content
Glama

XBOSS

고용24 기업지원금 신청 제출

work24__subsidy__application__submit
Destructive

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Submit a work24 subsidy application to 고용노동부 (prssMode=SNDG). Irreversible: requires explicit caller acknowledgement, the LIVE write mode, and a draft_validate that reports can_submit. Undo is withdraw (반려요청), not delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes되돌릴 수 없는 처리에 대한 명시 확인. true 가 아니면 거부된다.
receipt_noYes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.
programme_keyYes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
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 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
admin_info_sharing_consentYes행정정보 공동이용 동의 여부. 고용24 제출 화면의 필수 항목이며 동의 여부는 고객이 직접 정해야 한다. 미지정이면 제출이 거부된다.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond annotations (destructiveHint=true), the description adds irreversibility, need for explicit caller acknowledgement, live write mode, and login prerequisites. It also explains the undo path. No contradictions with annotations; in fact, it enriches them.

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?

Three sentences, each essential: prerequisite, action, and irreversibility. Front-loaded with the login requirement, no redundancy, and all critical information is conveyed efficiently.

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?

Covers prerequisites, irreversibility, and undo path, which is sufficient for a high-stakes mutation. However, it does not describe the expected response or what happens after submission (e.g., returns a receipt number or status), and no output schema exists. This small gap prevents a perfect score.

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% with detailed per-parameter descriptions (e.g., receipt_no from workplace_save, programme_key from subsidy_pack). The description text adds no additional param-specific semantics beyond referencing account_link_id in the login prerequisite, so the baseline 3 applies.

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 verb 'Submit' and the resource 'work24 subsidy application' to 고용노동부, distinguishing it from siblings like draft_validate, modify, and withdraw. It also mentions the technical mode (prssMode=SNDG), making the action specific and 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?

Explicitly requires a prior login with the same account_link_id, mandates a draft_validate that reports can_submit, and clarifies that undo is via withdraw, not delete. This fully routes the agent to use this tool only after validation and provides clear conditions for use versus alternatives.

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