Skip to main content
Glama

XBOSS

근로복지공단 개인별 부과고지보험료 상세

comwel__info__individual_billed_premium__detail
Read-only

REQUIRES prior comwel__auth__npki_session__login call with same account_link_id. Fetch COMWEL individual billed-premium detail for a selected worker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
insurance_yearYesInsurance year YYYY
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).
insurance_monthNoInsurance month MM
worker_record_noYesWorker record number returned by worker_select
labor_provider_ynYesLabor provider flag Y/N (from worker_select)
worker_resident_noYesWorker resident number returned by worker_select
refund_reflection_ynNoRefund reflection flag Y/N
business_management_noNoBusiness management number

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description only adds the login prerequisite and the implicit dependency on a previously selected worker. It does not describe response format, error behavior, or what happens when required parameters are omitted – useful but limited beyond the structured annotations.

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 sentences with the critical login prerequisite front-loaded and no filler. Every clause adds information, and the purpose is stated clearly and economically.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The definition covers purpose and authentication dependency but, with 8 parameters and no output schema, it does not describe what the returned detail contains, how flags like refund_reflection_yn affect the call, or what the response shape is. This leaves an agent partially in the dark for a tool with this many parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema carries full parameter documentation. The description adds value by relating worker_record_no, worker_resident_no, and labor_provider_yn to 'a selected worker' and by reinforcing that account_link_id must match the prior login, which helps an agent correctly source parameters from earlier steps.

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 states a specific verb and resource: 'Fetch COMWEL individual billed-premium detail for a selected worker.' That clearly distinguishes it from worker_select (via 'selected worker') and from premium_billing_notice (via 'billed-premium detail'), though it does not explicitly name the sibling tools.

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 precondition: 'REQUIRES prior comwel__auth__npki_session__login call with same account_link_id.' This is valuable, but it does not explain when to use this detail tool over sibling tools like premium_billing_notice or how it depends on worker_select beyond the phrase 'selected worker.'

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