Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

incoterms_lookup

Read-onlyIdempotent

Look up Incoterms 2020 rules to determine seller and buyer responsibilities for transport, insurance, customs clearance, and risk transfer in international trade.

Instructions

Look up Incoterms 2020 trade rules.

Incoterms define who pays for what in international trade — transport, insurance, customs clearance, and risk transfer. There are 11 rules: 7 for any transport mode (EXW, FCA, CPT, CIP, DAP, DPU, DDP) and 4 for sea/inland waterway only (FAS, FOB, CFR, CIF).

Use this tool when you need to:

  • Explain what an Incoterm means (e.g., "What does FOB mean?")

  • Compare seller vs buyer responsibilities

  • Determine risk and cost transfer points

  • Check which Incoterms apply to sea freight vs any mode

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNoIncoterm code (3 letters, e.g., "FOB", "CIF", "EXW")
categoryNoFilter by transport mode category
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds behavioral context by explaining the domain (Incoterms define payment responsibilities, risk transfer) and listing the rules, which helps the agent understand what the tool provides beyond safe read behavior.

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 and well-structured: a one-sentence summary, a clear explanatory paragraph, and bullet points for usage. Every sentence adds value without redundancy.

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?

Given the tool's simplicity and the absence of an output schema, the description is complete enough. It covers the purpose, the rules, and usage scenarios. A minor gap is not specifying the format of the output, but it's reasonably inferred.

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?

Schema coverage is 100% with descriptions for both parameters. The description adds value by listing the actual code values and categorizing them by transport mode (e.g., '7 for any transport mode... 4 for sea/inland waterway only'), which enriches the parameter semantics.

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 'Look up Incoterms 2020 trade rules' and explains what Incoterms are and lists all 11 rules, making the purpose specific and distinct from sibling tools which cover different domains like HS codes, containers, etc.

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 provides explicit use cases in bullet points (e.g., 'Explain what an Incoterm means', 'Compare seller vs buyer responsibilities'), giving clear guidance on when to use the tool. It does not explicitly state when not to use or suggest alternatives, but the context is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SoapyRED/freightutils-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server