Skip to main content
Glama

Cambridge China Bridge — China sourcing

Estimate UK import duty and VAT

estimate_landed_cost
Read-only

Estimate customs value, UK import duty, import VAT and the total for goods imported from China, with the same arithmetic as the site's import duty calculator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage for names and links: en (default) or zh (Simplified Chinese).
vat_percentNoImport VAT rate. Default 20.
duty_percentYesDuty rate in percent, from find_duty_rate.
goods_value_gbpYesPrice paid for the goods, in pounds.
freight_and_insurance_gbpNoFreight and insurance to the UK border, in pounds. Default 0.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the behavioral context that it mirrors the site's import duty calculator arithmetic, which is useful. It does not disclose details like rounding, currency conversion assumptions, or whether the estimate is binding, but with annotations covering the read-only nature, a 3 is appropriate.

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 sentence that front-loads the core purpose and the key constraint (from China, same arithmetic as the site calculator). No wasted words; every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only estimation tool with 100% schema coverage and no output schema, the description is nearly complete. It could mention that the result is an estimate and not a binding quote, but the annotations and schema already cover the safety profile and parameters. The cross-reference to find_duty_rate helps the agent chain tools 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 coverage is 100%, so the schema already documents all five parameters. The description adds the context that duty_percent comes from find_duty_rate, which is a useful cross-reference, but it does not add meaning beyond the schema for the other parameters. Baseline 3 is correct.

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 states a specific verb ('Estimate') and resource ('customs value, UK import duty, import VAT and the total'), and distinguishes it from siblings by specifying the origin ('from China') and the arithmetic parity with the site's import duty calculator. It clearly differentiates from find_duty_rate and other sibling tools.

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 implies when to use this tool: when estimating landed cost for imports from China, and the schema references find_duty_rate as the source for duty_percent, which gives a clear context. However, it does not explicitly state when not to use it or name alternatives, so it falls short of a 5.

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