Skip to main content
Glama

XBOSS

근로복지공단 로그인

comwel__auth__npki_session__login

Call this FIRST before any other tool for this provider. Login to COMWEL via NPKI AnySign certificate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auth_providerNoAuth provider: npki_anysign (default: npki_anysign)
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_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?

The annotations already indicate the operation is neither read-only nor destructive, and the description adds useful context that the login uses NPKI AnySign and must precede other provider calls. It does not disclose behaviors like session timeout, repeat-login behavior, or failure outcomes, but the core side effect of establishing a login is clear.

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 short sentences with the ordering instruction front-loaded before the purpose. It contains no filler and does not redundantly repeat parameter details from the schema.

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 simple login tool with fully documented parameters, the description provides the essential ordering context and the certificate mechanism. It could note whether to check session status afterward or what the response indicates, but the schema and straightforward operation make it sufficiently complete.

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%, so the baseline applies: auth_provider, account_link_id, and business_registration_no are fully documented in the schema. The description's mention of 'NPKI AnySign' aligns with the auth_provider default but adds no new parameter-level meaning.

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 'Login to COMWEL via NPKI AnySign certificate,' naming a specific action, resource, and authentication method. It also scopes the tool to 'this provider,' which clearly distinguishes it from sibling logins like hometax__session__login or work24__auth__npki_session__login.

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 explicitly says 'Call this FIRST before any other tool for this provider,' giving strong ordering guidance. However, it does not mention when not to use it or point to the sibling comwel__auth__session__status as a way to verify an existing session, so it lacks full exclusion/alternative guidance.

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