Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

uld_lookup

Read-onlyIdempotent

Look up air freight ULD specifications by IATA code. Find dimensions, weight, volume, deck position, and compatible aircraft for containers, pallets, and special ULDs.

Instructions

Look up air freight ULD (Unit Load Device) specifications.

15 types including AKE (LD3), PMC main deck pallet, temperature-controlled containers, and more. Returns dimensions, weights, usable volume, compatible aircraft, and deck position.

Use this tool when you need to:

  • Find ULD specs by IATA code (e.g., "AKE", "PMC")

  • Compare container vs pallet ULD types

  • Check which ULDs fit on lower deck vs main deck

  • Find aircraft-compatible ULDs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deckNoFilter by deck position
typeNoULD code (e.g., "AKE", "PMC") or slug (e.g., "ake-ld3"). Omit to list all.
categoryNoFilter by category
Behavior4/5

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

Annotations indicate readonly, non-destructive, idempotent. Description adds behavioral details about returned fields, but could clarify response structure (single vs list) and error handling.

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?

Concise with a brief statement and bulleted use cases; every sentence is informative with no 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?

Adequately describes return fields and usage context for a read-only lookup tool; missing explicit mention of response format (single vs list) but sufficient overall.

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%, but description adds examples (e.g., 'AKE', 'PMC') and explains filter purposes, enhancing meaning beyond schema.

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 looks up ULD specifications, listing specific return fields (dimensions, weights, etc.) and distinguishing from sibling tools like container_lookup and pallet_fitting_calculator.

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?

Provides explicit use cases (find specs by code, compare types, check deck compatibility) but does not mention when not to use or explicit alternatives.

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