Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

unlocode_lookup

Read-onlyIdempotent

Search 116,129 UN/LOCODE transport locations. Find ports, airports, rail terminals, inland depots, and border crossings by name, code, country, or function type.

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
codeNoExact UN/LOCODE lookup (e.g., "GBLHR", "NLRTM")
limitNoMax results (default: 20, max: 100)
queryNoSearch by location name (e.g., "rotterdam", "heathrow")
countryNoFilter by country code (e.g., "GB", "NL")
function_typeNoFilter by location function
Behavior4/5

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

Annotations indicate read-only, non-destructive, idempotent behavior. Description adds that it searches a static dataset of 116,129 locations, no side effects mentioned, consistent.

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?

Description is two sentences plus a bulleted list, no wasted words. Front-loaded with the main purpose.

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?

Covers all intended use cases. No output schema, but description and parameter details are sufficient for an agent to use the tool 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 has 100% description coverage for all 5 parameters. Description adds nuance like code format and example values, but schema already adequately explains each parameter.

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 it searches UN/LOCODE transport locations, provides an example of the code format, and is distinct 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly lists three use cases: find by name, lookup code, filter by country or function. It does not mention when to avoid using it, but the sibling context helps.

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