Skip to main content
Glama

XBOSS

4대보험 공제 재료

payroll_pack__insurance_deduction_material_v1__generate

Composite insurance-deduction material v1: combines NHIS, NPS, and COMWEL employment billing notice Jobs, then returns computed insurance deduction material fields. Requires prior session login for 건강보험·국민연금·고용산재. Tax fields remain out of scope. One 고지 (고지년월 + 고지차수) reissued as several NHIS 작성회차 (WRT_CHASU) resolves to the newest revision; rows from different 고지 are never collapsed and stay skipped unless the provider-specific row key disambiguates them. requires_account_link=False — links resolve per leg provider. If computed is null the result could not be assembled: read computed_error for the reason and do not present the result as complete. Two shapes carry that case: this envelope with partial set to true (we fetched everything - the legs hold it - but could not calculate), or an error whose data carries the same envelope. partial is true whenever the result is incomplete, whether a leg failed or the calculation did.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goji_roundNoOptional NHIS notice round
nps_row_keyNoOptional NPS row key from pension notice search, used only to disambiguate multiple exact matches
billing_yearYesCOMWEL billing year in YYYY format
nhis_row_keyNoOptional NHIS row key from premium notice search, used only to disambiguate multiple exact matches
billing_monthYesCOMWEL billing month 1-12 (string or integer)
idempotency_keyNoOptional outer idempotency key; leg keys are derived deterministically from this value.
nhis_document_idNoNHIS summary document: BMBB_030=regular, BMBB_050=adjustedBMBB_030
installment_roundYesNPS installment round: 1=ED02, 2=ED08
notice_year_monthYesTarget notice year-month in YYYYMM format
business_management_noNoOptional COMWEL business management number; defaults to the logged-in workplace

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations carry almost no signal (readOnlyHint=false, destructiveHint=false), so the description shoulders the burden and delivers richly. It discloses revision resolution (newest WRT_CHASU wins), row-collapsing rules with provider-specific row keys, the computed/computed_error null pattern, and the precise meaning of partial=true across two error shapes. No contradiction with 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?

Dense but every sentence earns its place: core purpose first, then prerequisites, scope exclusion, resolution edge case, account-link behavior, and finally error/partial handling. No filler or repetition; the operational edge cases are exactly what an agent needs before invoking.

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 composite tool with 10 parameters editions, no output schema, and cross-provider coordination, the description is unusually complete: prerequisites, scope, dedup rules, and failure semantics are all covered. The notable gap is that the actual computed 'insurance deduction material fields' returned are not enumerated, which matters more given there is no output schema.

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 is 3. The description adds modest enrichment by tying 고지년월+고지차수 to the resolution semantics and explaining that row keys disambiguate rows from different 고지, but it does not systematically add per-parameter meaning beyond what the schema already states.

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+resource: 'combines NHIS, NPS, and COMWEL employment billing notice Jobs, then returns computed insurance deduction material fields.' This clearly distinguishes it as a composite generation tool from the surrounding session-auth, search, and single-provider sibling tools like nhis_edi__public__notices__list or payroll_pack__premium_summary_v1__generate.

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?

Provides clear context: it requires prior session login for the three providers, explicitly excludes tax fields, and explains that requires_account_link=False means links resolve per leg provider. It does not explicitly name alternatives or state when-not-to-use versus sibling generate tools (e.g., premium_summary), so exclusions are implicit rather than explicit.

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