Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

vehicle_lookup

Read-onlyIdempotent

Look up road freight vehicle and trailer specifications. Get internal dimensions, payload limits, and pallet capacity for articulated trailers, rigid trucks, and vans.

Instructions

Look up road freight vehicle and trailer specifications.

17 types covering articulated trailers (curtainsider, mega, box, reefer, double-deck, flatbed, low-loader, US 53ft/48ft), rigid trucks (7.5T to 26T), and vans (Luton, Transit, Sprinter). Returns internal dimensions, payload limits, pallet capacity, and features.

Use this tool when you need to:

  • Find vehicle specs by type (e.g., "standard-curtainsider")

  • Compare EU vs US trailer dimensions

  • Determine pallet capacity for vehicle selection

  • Check payload limits for heavy shipments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoVehicle slug (e.g., "standard-curtainsider"). Omit to list all.
categoryNoFilter by category
regionNoFilter by region
Behavior4/5

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

Annotations declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, which already convey safety. The description adds useful behavioral context by specifying returned data (dimensions, payload, pallet capacity, features) and listing 17 vehicle types. No contradictions with annotations.

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 overview, a list of types, and bullet-pointed use cases. Every sentence adds value, and the most important information is front-loaded.

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 no output schema, the description adequately explains what the tool returns (dimensions, payload, pallet capacity, features) and lists 17 vehicle types. It is complete for a lookup tool, though it could mention pagination or limits if applicable.

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 three parameters. The description mentions 'by type' and 'EU vs US' which align with slug, category, and region parameters but adds no additional semantic detail beyond the 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 the tool looks up road freight vehicle and trailer specifications, listing specific types and return values (dimensions, payload, pallet capacity, features). It distinguishes itself from sibling tools like container_lookup and uld_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?

The description provides explicit use cases in bullet points, such as finding specs by type, comparing EU vs US dimensions, and checking payload limits. However, it does not explicitly state when not to use the tool or mention specific alternatives, though sibling tools are listed.

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