Skip to main content
Glama

生活即時查詢

get_invoice_numbers

取得台灣統一發票中獎號碼(特別獎、特獎、頭獎)與領獎期間。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo期別,例如 115-05-06;不填為最新一期

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?

No annotations are provided, so the description carries the disclosure burden. It usefully states the exact payload (three prize tiers plus the redemption period), which tells the agent what it will receive, and 取得 implies a read-only lookup. It says nothing about data freshness, caching, or whether historical periods beyond the default are retrievable, which is a modest gap for a low-risk read tool.

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?

A single front-loaded sentence that names the resource, the payload, and the redemption-period detail with zero filler. Nothing could be removed without losing information.

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 one-parameter, no-annotation read tool with no output schema, the description covers the essentials: what it fetches and what the result contains. It leaves open whether historical periods are supported and how results are structured, but those are minor for this tool's complexity.

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 single period parameter is already documented with its format example (115-05-06) and default-to-latest behavior. The description adds no format or semantics beyond the schema, so the baseline 3 applies.

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?

States a specific verb (取得/get) and resource (台灣統一發票中獎號碼) and enumerates the prize tiers returned (特別獎、特獎、頭獎) plus the redemption period, so the agent knows exactly what data comes back. It does not, however, explicitly distinguish itself from siblings like check_invoice or get_lottery_results.

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?

There is no when-to-use guidance, no mention of prerequisites, and no reference to alternative tools such as check_invoice or get_lottery_results. The agent must infer usage purely from the tool name and the described payload.

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