life__get_invoice_numbers
[生活即時查詢]取得台灣統一發票中獎號碼(特別獎、特獎、頭獎)與領獎期間。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 期別,例如 115-05-06;不填為最新一期 |
[生活即時查詢]取得台灣統一發票中獎號碼(特別獎、特獎、頭獎)與領獎期間。
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 期別,例如 115-05-06;不填為最新一期 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden, and it does disclose the payload contents (special/grand/first prize numbers and the redemption window). It does not state that this is a read-only public lookup, nor anything about caching, freshness, or what happens when a period has no data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single compact sentence with the resource named up front and the returned fields enumerated immediately after. The bracketed category tag adds slight noise but also aids scanability; nothing is wasted.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description still communicates what the caller receives (prize numbers by tier plus the claim period). Combined with a fully documented parameter, an agent has enough to call it correctly; only the freshness/emptiness behavior is unspecified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the single optional 'period' parameter with its example format and the 'latest period if omitted' default is already fully documented in the schema. The description adds no parameter detail, which is acceptable given the coverage baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb (取得) and resource (台灣統一發票中獎號碼), and enumerates the prize tiers returned plus the redemption period. An agent can tell this apart from life__get_lottery_results or life__check_invoice by the invoice/prize-number scope, though no sibling is named explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit when-to-use guidance and no mention of alternatives, which matters here because life__check_invoice (checking your own invoice) and life__get_lottery_results are near-neighbours. Usage is only inferable from the purpose statement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.