Skip to main content
Glama

0523 Public — Taiwan Logistics & Customs

商品名稱查 CCC 稅則號別(AI 分類)

lucky_ccc_predict
Read-onlyIdempotent

用商品名稱/描述查台灣 CCC 稅則號別候選 —— 與官方稅則查詢頁 https://0523.tw/search 同一個搜尋引擎(12,000+ 筆關務署稅則),結果與頁面一致。回傳最多 5 個最相關候選(依關聯度排序),各含 11 碼 CCC 號列(cccCodeFull)、貨名、關稅率(含 ECFA 第二欄判定)與輸入規定摘要。描述越具體(品牌/型號/材質/用途)準確度越高;找不到高信心候選時請補充細節重查。查到 CCC 後可用 lucky_ccc_tariff_lookup 看完整稅費與輸入規定、lucky_import_tax_estimate 算稅。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo回傳候選數,預設 5、上限 5(最多推薦 5 個最相關稅則號別)。
product_nameNo必填。商品名稱或描述,越具體越準(如「不鏽鋼保溫杯 500ml」優於「杯子」)。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes完整結構化結果。欄位依工具而異,與 content[0].text 內附的 JSON 完全相同。
sourceYes資料來源,固定為 0523.tw。引用時請註明。
summaryYes一行白話結論,已把關鍵數字算好,可直接引用回覆使用者;無摘要時為空字串。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses that it uses the same search engine as the official page (https://0523.tw/search) and returns results identical to the page. It details the output structure, sorting by relevance, and the behavior when confidence is low, providing substantial operational transparency.

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 concise yet informative, front-loading the main purpose, then covering source, output, usage tips, and sibling tools without redundancy. Every sentence contributes actionable information, making it well-structured and efficient.

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?

Even with an output schema present, the description thoroughly covers the tool's purpose, return fields, usage context, limitations, and related tools. It also explains the underlying data source and provides guidance for handling ambiguous queries, making it complete for an AI agent to select and invoke the tool correctly.

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?

The schema already covers 100% of parameters with descriptions, so the baseline is 3. The description adds value by advising that greater product_name specificity (brand/model/material/use) improves accuracy and by noting that the limit parameter caps at 5. This extra guidance exceeds what the schema provides, but not overwhelmingly so.

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 description clearly states the tool's function: '用商品名稱/描述查台灣 CCC 稅則號別候選' (look up CCC tariff code candidates using product name/description). It specifies the output (up to 5 candidates with full code, product name, tariff rate, and regulations) and differentiates from sibling tools by referencing lucky_ccc_tariff_lookup and lucky_import_tax_estimate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: it says to use lucky_ccc_tariff_lookup for full details and lucky_import_tax_estimate for tax estimation after obtaining the CCC code. It also advises adding more specific details if no high-confidence candidate is found, covering both when-to-use and alternatives.

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