Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

unlocode_lookup

Read-onlyIdempotent

Search transport locations by name or UN/LOCODE. Filter results by country or function to find ports, airports, rail terminals, and inland depots.

Instructions

Search 116,129 UN/LOCODE transport locations worldwide.

UN/LOCODE identifies ports, airports, rail terminals, inland depots, and border crossings. Each code is 5 characters: 2-letter country code + 3-character location (e.g., GBLHR = London Heathrow, NLRTM = Rotterdam).

Use this tool when you need to:

  • Find a port, airport, or terminal by name

  • Look up a specific UN/LOCODE

  • Filter locations by country or function type (port, airport, rail, road, icd, border)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch by location name (e.g., "rotterdam", "heathrow")
codeNoExact UN/LOCODE lookup (e.g., "GBLHR", "NLRTM")
countryNoFilter by country code (e.g., "GB", "NL")
functionNoFilter by function: port, airport, rail, road, icd, border
limitNoMax results (default: 20, max: 100)
Behavior4/5

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

Annotations indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds context by stating the dataset size (116,129 locations) and explaining the UN/LOCODE format (5-character code). No contradiction. Does not mention rate limits, but that is acceptable for a lookup tool.

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, then explanation of the code format, then bulleted use cases. Every sentence adds value, no fluff.

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?

The tool is simple with no output schema, but the description covers all necessary context: what UN/LOCODE is, how to search, and available filters. Complete for a lookup tool.

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%; each parameter has a clear description. The tool's description reinforces the function parameter's values (port, airport, etc.) but adds little beyond schema. 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?

The description clearly states the tool's purpose: 'Search 116,129 UN/LOCODE transport locations worldwide.' It explains what UN/LOCODE identifies and gives examples (GBLHR, NLRTM). This distinguishes it from sibling tools like airline_lookup or container_lookup.

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?

The description explicitly lists when to use the tool: to find a port/airport/terminal by name, look up a specific UN/LOCODE, or filter by country/function. This provides clear guidance and implies when not to use it (e.g., for other transport codes).

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