Skip to main content
Glama

XBOSS

KB국민카드 기업 로그인

kb_biz_card__session__login

Call this FIRST before any other tool for this provider. Create a KB Biz Card certificate/NPKI session from a registered account link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auth_providerNoAuthentication provider; default npki_delfino
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).

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 already indicate this is non-read-only and non-destructive, so a state-changing session creation is expected. The description adds useful context about sequencing and the 'registered account link' prerequisite, but it does not disclose what a successful login returns or whether repeated calls are idempotent.

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 tight sentences: the most operationally important advice ('Call this FIRST') is front-loaded, followed by a single-purpose statement. There is no filler, redundancy, or repetition of schema content.

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?

This is a low-complexity login operation with all parameters documented, and the description covers the key prerequisite and ordering. It omits response/error details, but no output schema exists and the session-login pattern makes those details less critical.

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 coverage is 100%, and both parameters already have descriptive schema text, including the default for auth_provider and the UUID/optionality semantics for account_link_id. The description reinforces the 'registered account link' idea but adds no schema-independent parameter 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 a clear verb and resource: 'Create a KB Biz Card certificate/NPKI session.' It also scopes the tool to 'this provider,' which distinguishes it from the many other provider session-login siblings. This is specific and immediately actionable.

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 explicitly says 'Call this FIRST before any other tool for this provider,' giving a clear when-to-use instruction in a workflow. It does not explicitly name alternative login tools for other providers, but sibling prefixes make the intended routing obvious.

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