Skip to main content
Glama

0523 Public — Taiwan Logistics & Customs

好運器集運運費試算

lucky_freight_quote
Read-onlyIdempotent

試算好運器(0523.tw)中國→台灣集運運費,與官方試算機 https://0523.tw/c/ 同一份後端實作。金額一律新台幣 TWD。規則:海快 計費重=max(實重, 材積重) 無條件進位至整數公斤,材積重=長×寬×高(cm)÷10000,實際重量未滿 10 kg 加收 NT$100 小包派件費;空運「只計實重」(不計材積),計費重=實重無條件進位,未滿 5 kg 加收 NT$100。不帶任何參數=回傳現行費率表;海快帶 weight(kg)或 length/width/height(cm,三者齊)、空運帶 weight =實際試算。試算僅供參考,實際以入倉丈量後帳單為準。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo包裹寬(公分)。
heightNo包裹高(公分)。
lengthNo包裹長(公分,三個尺寸要一起給;僅海快計材積用,空運不採計)。
methodNo運送方式:sea 海快(預設)/ air 空運(只計實重,必帶 weight)。
weightNo包裹實際重量(公斤)。海快可與尺寸擇一;空運必填。

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

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

Annotations already declare readOnlyHint and idempotentHint, and the description goes far beyond them by disclosing exact pricing formulas, rounding rules, surcharges for small packages, currency, and a disclaimer that results are approximate and subject to warehouse measurement. No contradiction exists.

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 dense but every sentence earns its place—purpose, backend equivalence, currency, detailed rules, usage modes, and disclaimer. It is front-loaded with the core purpose and structured logically, making it efficient for an agent to parse.

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 has 5 optional parameters, an output schema, and read-only idempotent annotations, the description is thoroughly complete. It covers all invocation modes, parameter combinations, edge-case rounding, surcharges, and even provides a caveat about real-world variance, making it fully contextualized.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds substantial semantic value: it explains how length/width/height convert to volumetric weight, the max-and-rounding logic for sea freight, the fact that air freight ignores dimensions, and the no-parameter behavior. This goes well beyond the baseline schema documentation.

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 identifies the tool as a freight quote calculator for China→Taiwan consolidated shipping by 好運器 (0523.tw), with a specific verb '試算' and resource. It uniquely distinguishes this from sibling tools by naming the exact backend and URL, leaving no ambiguity about its function.

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 gives explicit mode-based usage guidance: no parameters returns the rate table, sea freight accepts weight or three dimensions, air freight requires weight. It does not explicitly name sibling alternatives or state exclusions, but the context is clear enough to determine when to invoke the tool.

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