Skip to main content
Glama

XBOSS

신고 납부 내역 조회

hometax__tax__payment_statement__search_submit_history
Read-only

REQUIRES prior hometax__session__login call with same account_link_id. Search tax declaration and payment submission history. Use sbms_ym_strt/sbms_ym_end (YYYYMM).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_numNoPage number (default 1)
page_sizeNoPage size (default 10)
mate_knd_cdNoDocument type code
sbms_ym_endYesSubmission end year-month YYYYMM
txtn_ym_endNoTaxation end year-month YYYYMM
sbms_ym_strtYesSubmission start year-month YYYYMM
txpr_dscm_noNoTaxpayer number (hyphens allowed)
txtn_ym_strtNoTaxation start year-month YYYYMM
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

B3.3/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, covering the safety profile. The description adds the login prerequisite, which is useful behavioral context, but does not disclose other behaviors such as pagination limits, response format, or how optional parameters interact.

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 short sentences, front-loaded with the critical prerequisite. It is efficient and avoids redundancy with the schema.

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?

For a search tool with 9 parameters and no output schema, the description is minimal. It does not explain the distinction between submission date (sbms_ym) and taxation date (txtn_ym), nor does it clarify when to use the many optional filters. The login requirement is useful but not sufficient for full operational clarity.

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%, so the schema documents all parameters. The description explicitly mentions sbms_ym_strt and sbms_ym_end with YYYYMM format, but this is already in the schema. It does not add deeper meaning about optional parameters like txtn_ym_* or mate_knd_cd.

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 clearly states the tool searches tax declaration and payment submission history, which is a specific verb+resource. However, it does not explicitly differentiate from the sibling tool hometax__tax__payment_statement__search, which may have a similar purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

The description provides a prerequisite (prior login with same account_link_id) but does not mention when to use this tool versus alternatives like hometax__tax__payment_statement__search or other search tools. There is no guidance on conditions that would favor this tool.

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