Skip to main content
Glama

0523 Public — Taiwan Logistics & Customs

CCC 稅則號別查詢(稅率+輸入規定)

lucky_ccc_tariff_lookup
Read-onlyIdempotent

用台灣 CCC 稅則號別(4–11 碼,可含小數點)查完整稅費與輸入規定,與官方稅則搜尋頁 https://0523.tw/search 同一份資料與解析:貨名、進口關稅(第一欄/第二欄 ECFA·FTA,稅率可能為 0% 但所有進口貨物都適用)、營業稅 5%(一律課徵)、依稽徵規定的貨物稅(T/T*,含條號與稅率)、酒稅(B/B*)、菸稅及菸品健康福利捐(C)、特種貨物及勞務稅(L*)、反傾銷稅提示、推廣貿易服務費 0.04%,以及輸入規定代碼與主管機關說明(如 F01 食藥署、C02 BSMI)。資料來源:財政部關務署(每月同步)。只知道商品名稱時先用 lucky_ccc_predict;要算實際金額用 lucky_import_tax_estimate。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccc_codeNo必填。台灣 CCC 稅則號別 4–11 碼,可含小數點與檢查碼(如 3304.99.90.00-5、33049990、8471.30)。

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.6/5.0
Behavior5/5

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

Annotations declare readOnly and idempotent, but description adds valuable context: data source (財政部關務署) and monthly sync, comprehensive list of tax types, exceptions (e.g., 0% rate still applies to all imports), and regulatory authorities. No contradiction with 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 dense sentence with multiple semicolon-separated clauses. It is information-rich, listing many tax types and exceptions, and every clause adds value. Slightly long but justified for the tool's complexity.

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?

Given the tool's complexity, the description covers all essential aspects: purpose, scope, usage alternatives, data source, freshness, and full result contents. Output schema exists so return details need not be described. It is complete for an agent to select and invoke correctly.

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 covers 100% of the single parameter with format and examples. The description repeats the code format (4–11 digits, decimals, check digit) but adds no new meaning beyond the schema, so baseline 3 is appropriate.

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?

Description clearly states the tool looks up complete tariffs and import regulations by Taiwan CCC code, using a specific verb (查) and resource (CCC code). It explicitly distinguishes itself from siblings by noting when to use lucky_ccc_predict (product name) and lucky_import_tax_estimate (amount calculation).

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?

Explicitly states '只知道商品名稱時先用 lucky_ccc_predict;要算實際金額用 lucky_import_tax_estimate', providing clear when-to-use and alternative guidance. It also anchors the data to the official search page, reinforcing appropriate use.

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