Skip to main content
Glama

XBOSS

고용24 기업지원금 대상자정보 단계 진입

work24__subsidy__application__target_init

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Enter the 대상자정보 step of an existing work24 subsidy draft and return its form contract. Requires a 접수번호 from workplace_save. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior1/5

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

The description claims 'Read-only' while annotations set readOnlyHint to false, a direct contradiction. Per the rules, this warrants a score of 1. The description does disclose the return of a form contract, but the contradiction is a severe transparency failure.

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 two sentences, front-loaded with the most critical prerequisite (REQUIRES prior login), then states the purpose and dependency. Every sentence earns its place; no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the schema covers all parameters, the description has a major contradiction with annotations (read-only claim vs readOnlyHint false). It also lacks error conditions or post-conditions. The missing output schema is offset by the mention of returning a form contract, but the contradiction and lack of edge-case guidance make it incomplete.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by specifying the provenance of receipt_no (from workplace_save) and programme_key (from subsidy_pack diagnosis), which are not in the schema. This enhances understanding beyond the field descriptions.

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: 'Enter the 대상자정보 step of an existing work24 subsidy draft and return its form contract.' This is a specific verb and resource, distinguishing it from other application tools like target_save or target_search. It does not explicitly name alternatives but the purpose is unambiguous.

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 provides clear context on when to use the tool: it requires a prior login with the same account_link_id and a receipt number from workplace_save. This establishes a dependency chain but does not mention alternatives or when not to use it. That fits 'clear context, no exclusions.'

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