Skip to main content
Glama

XBOSS

전자세금계산서 통계 조회

hometax__etax__invoice__search_statistics
Read-only

REQUIRES prior hometax__session__login call with same account_link_id. Search e-tax invoice monthly statistics. Use wrt_ym_strt/wrt_ym_end in YYYYMM format (e.g. 202507/202509 for July-September 2025).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dt_clNo'01'=issued(작성일), '02'=received(전송일). Default '01'.
page_numNoPage number (default 1)
page_sizeNoPage size (default 10)
wrt_ym_endYesEnd month YYYYMM (e.g. 202509 for September 2025). NOT a full date.
wrt_ym_strtYesStart month YYYYMM (e.g. 202507 for July 2025). NOT a full date.
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

A3.8/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 safety profile is covered. The description adds a non-obvious dependency on an existing session and reinforces the YYYYMM date constraint. However, it does not disclose what the returned statistics contain or how pagination behaves, which matters for a tool with no output schema.

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 with no filler. The critical prerequisite is front-loaded, followed by the core action and the most important parameter-format example. Every sentence earns its place.

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 description adequately covers invocation requirements: session dependency, date-range format, and the tool's core purpose. However, without an output schema, the substance of the returned 'monthly statistics' is left undefined, and the relationship to sibling search_summary/search_list tools is not clarified. It is sufficient for a straightforward call but not fully self-contained.

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 baseline is 3. The description adds value by giving a concrete date-range example and tying account_link_id to the preceding login call, which is not obvious from the schema alone. The remaining parameters are already well-documented in the schema.

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 concrete action and resource: 'Search e-tax invoice monthly statistics.' This clearly distinguishes it from invoice issue/modify tools. However, it does not explicitly contrast it with sibling search_list or search_summary tools, so it stops short of full differentiation.

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 description provides a clear prerequisite: a prior hometax__session__login call with the same account_link_id. It also gives explicit date-format guidance for the required parameters. It does not name alternative tools or say when not to use this one, but the usage context is clear.

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