Skip to main content
Glama

XBOSS

KB국민카드 카드 선택

kb_biz_card__common__cards__select
Read-only

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Select KB Biz Card cards available to the current session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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).
department_nameNoDepartment name filter
department_sequence_noNoDepartment sequence number from departments.select

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the login dependency, which is valuable behavioral context. It does not describe the response format or side effects, but with the annotation covering read-only behavior, this is sufficient.

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 critical login requirement, and contains zero filler. Every word 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?

The description covers the prerequisite and the core action. Given no output schema, it might benefit from clarifying what is returned (e.g., a list of card identifiers), but for a simple select tool with full schema coverage, the missing details are minor and inferable.

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 each parameter already has a thorough description. The tool description adds no additional meaning to the parameters (e.g., how they influence the selection). Baseline of 3 is appropriate because the schema does the heavy lifting.

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 specific verb ('Select') and a clear resource ('KB Biz Card cards available to the current session'), and implicitly distinguishes it from sibling tools like kb_biz_card__common__departments__select by naming a different resource. 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly states a prerequisite ('REQUIRES prior kb_biz_card__session__login call with same account_link_id') but gives no explicit guidance on when to use this tool versus alternatives or when not to use it. The context is clear, but there are no exclusions or comparison with sibling select tools.

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