Skip to main content
Glama

XBOSS

근로복지공단 보험료 부과고지 검색

comwel__info__premium_billing_notice__search
Read-only

REQUIRES prior comwel__auth__npki_session__login call with same account_link_id. Search COMWEL premium billing notices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
billing_yearYesBilling year YYYY
billing_monthYesBilling month MM
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_noNoBusiness management number (optional; selects the workplace)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already mark the operation read-only and non-destructive; the description adds an auth dependency by requiring a prior NPKI session login with a matching account_link_id. It does not describe return format, pagination, or error behavior, so its behavioral disclosure remains useful but limited.

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 the critical prerequisite front-loaded in uppercase and the operation stated plainly. There is no filler or repetition.

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 read-only search with fully documented parameters and a known prerequisite, the description is nearly complete. The only minor gap is not explicitly noting that this returns a list-level result and that the detail siblings target individual notices, but an agent can invoke the tool correctly from the existing information.

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?

The input schema describes all four parameters, including the optionality and auto-resolution behavior of account_link_id, at 100% coverage. The description adds no parameter-level details, so the schema carries the full burden and the baseline of 3 applies.

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 names a concrete action and resource: 'Search COMWEL premium billing notices,' which clearly identifies this as a list/search operation. It does not explicitly distinguish itself from the sibling premium_billing_notice__detail or individual_billed_premium__detail tools, so it stops short of a 5.

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 sentence gives an explicit precondition: a prior comwel__auth__npki_session__login with the same account_link_id. That tells the agent when in the workflow it may be invoked, but it does not discuss when to prefer this search over the sibling detail tools or any 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