Skip to main content
Glama

XBOSS

고용24 로그인

work24__auth__npki_session__login

Call this FIRST before any other tool for this provider. Login to work24 (고용24) via 공동인증서 (corporate joint certificate).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isoa_noNo사무대행기관 번호. Required only when member_type_code=BE902.
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).
member_type_codeNo회원유형: BE904 일반사업자 (default) or BE902 사무대행기관
business_management_noNo11-digit 고용보험 사업장관리번호. Required for 장려금 신청 screens.
business_registration_noYes10-digit business registration number (e.g. 1234567890)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations only provide readOnlyHint=false and destructiveHint=false, so the description carries much of the behavioral burden. It adds the key credential requirement and the sequencing requirement, but it does not disclose session effects, repeated-login behavior, or success/error outcomes.

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 short sentences with no filler. The critical 'call first' instruction is front-loaded, followed by the provider and authentication method. Every sentence earns its place.

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 login tool with no output schema, the description provides the essential ordering and credential method, and the schema fully documents all five parameters. It omits post-login session behavior and verification steps, but those are not necessary for invoking the tool correctly.

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%, and each parameter already has detailed semantic documentation including conditional requirements (isoa_no for BE902) and defaults (BE904). The description adds no parameter-level meaning, so the baseline of 3 is appropriate.

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 names the specific verb ('Login'), resource ('work24 (고용24)'), and authentication mechanism ('공동인증서 / corporate joint certificate'). This clearly separates it from status-checking tools like work24__auth__session__status and from other providers' login 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?

The opening instruction 'Call this FIRST before any other tool for this provider' is an explicit when-to-use directive with clear ordering context. It does not name alternatives or conditions for skipping login, such as checking an existing session first via work24__auth__session__status.

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