Skip to main content
Glama

XBOSS

전자세금계산서 목록 조회

hometax__etax__invoice__search_list
Read-only

REQUIRES prior hometax__session__login call with same account_link_id. Search e-tax invoices by date range. Use from_date/to_date (YYYYMMDD or YYYY-MM-DD). prh_sls_cl_cd: '01'=issued(매출), '02'=received(매입). 국세청 rejects long ranges with '6개월이상은 조회할 수 없습니다.' — keep the window under 6 months and split longer periods into several calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateYesEnd date YYYYMMDD or YYYY-MM-DD (e.g. 20260131)
page_numNoPage number (default 1)
from_dateYesStart date YYYYMMDD or YYYY-MM-DD (e.g. 20260101)
page_sizeNoPage size (default 10)
prh_sls_cl_cdNoInvoice direction: '01'=issued(매출), '02'=received(매입). Default '01'.
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

A4/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive. The description adds valuable behavioral context beyond those annotations: the mandatory prior login, the exact NTS rejection message '6개월이상은 조회할 수 없습니다.', and the resulting 6-month window constraint. It does not describe pagination or rate limits, but the added context is substantial and there is no contradiction.

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 compact and front-loaded: the prerequisite, action, parameter guidance, and server-side constraint are stated in a handful of purposeful sentences with no filler. The important NTS range-limit warning is placed at the end without bloating the text.

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 list-search tool with no output schema, the description covers the core operation, login prerequisite, date formats, direction codes, and the critical 6-month range restriction. The main gap is explicit guidance on how this tool relates to sibling invoice search tools, which is already penalized under usage_guidelines.

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%, and the description mostly restates what the schema already says: date formats for from_date/to_date and the '01'/'02' enum meaning for prh_sls_cl_cd. It adds emphasis but no genuinely new parameter semantics beyond 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 specific verb and resource: 'Search e-tax invoices by date range', and the title '전자세금계산서 목록 조회' reinforces list retrieval. However, it does not explicitly distinguish itself from sibling tools such as search_detail, search_summary, or search_statistics, so it misses full sibling 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 gives clear usage context: it requires a prior hometax__session__login with the same account_link_id, documents date formats, and explains the prh_sls_cl_cd direction values. It also warns about the 6-month query limit and advises splitting longer periods, but it never names alternatives or says when to prefer a sibling search 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