Skip to main content
Glama

XBOSS

일일 현금영수증 발행 내역 조회

hometax__cash_receipt__daily_issue__search
Read-only

REQUIRES prior hometax__session__login call with same account_link_id. Search cash receipt issuance records for a single day (당일 발급 조회). trs_dt is optional; omitting it means today. The adapter documents this endpoint as same-day only, so other dates are not a supported lookup. Counts: totalCount (and the same value in pageInfoVO.totalCount) is the record count for this query and is never fewer than the rows in this response; collectionMeta says whether this response already holds all of them (complete) and how many came back (collectedCount). When complete is false, ask for the next page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trs_dtNoTransaction date YYYYMMDD (e.g. 20250731). Optional — defaults to today.
page_numNoPage number (default 1)
page_sizeNoPage size (default 10)
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.6/5.0
Behavior5/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 goes well beyond annotations by explaining the meaning of totalCount (record count, never fewer than rows), the collectionMeta flag (complete vs collectedCount), and explicitly instructing pagination when complete is false. This is rich behavioral disclosure well beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph but dense and front-loaded with the most critical requirement (login) and scope (single day). It uses compact sentences and avoids fluff, though the count explanations could be tightened. Still, every sentence adds value, so it earns a four rather than a five.

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

Completeness5/5

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

With no output schema, the description compensates by explaining the return fields (totalCount, collectionMeta, collectedCount) and pagination logic. It covers login, date scope, and parameter nuances. An agent has everything needed to call this correctly and interpret results. Highly complete.

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. However, the description adds practical context for parameters: trs_dt defaults to today, account_link_id should be explicit only with multiple certificates, and the pagination instruction ties page_num to the collectionMeta.complete flag. This goes beyond the schema's field-level descriptions and aids correct invocation.

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 opening sentence states a specific verb and resource: 'Search cash receipt issuance records for a single day (당일 발급 조회)'. This clearly distinguishes it from sibling tools like purchase search and sales search, and the same-day scope is explicit. Purpose is unambiguous.

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 explicitly requires a prior hometax__session__login call with the same account_link_id, and states that the endpoint is same-day only, so other dates are not supported. It does not name alternatives explicitly, but the same-day restriction and login prerequisite are clear and actionable usage guidance.

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