Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

by SoapyRED

unit_converter

Convert freight and logistics units including weight, volume, length, and freight-specific calculations like CBM to chargeable weight for accurate shipping quotes.

Instructions

Convert between freight and logistics units.

Supports weight (kg, lbs, oz, tonnes, short_tons, long_tons), volume (cbm, cuft, cuin, litres, gal_us, gal_uk), length (cm, inches, m, feet, mm), and freight-specific conversions (cbm→chargeable_kg, cbm→freight_tonnes).

Use this tool when you need to:

  • Convert between metric and imperial units

  • Calculate freight tonnes from CBM (1 CBM = 1 freight tonne = 1,000 kg)

  • Convert CBM to chargeable weight for air freight quoting

Note: Short tons (US) = 2,000 lbs. Long tons (UK) = 2,240 lbs. Metric tonnes = 2,204.6 lbs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesThe value to convert
fromYesSource unit code (e.g., "kg", "cbm", "cm")
toYesTarget unit code (e.g., "lbs", "cuft", "inches")
Behavior4/5

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

Discloses specific conversion factors (1 CBM = 1,000 kg, short vs long ton definitions) that explain calculation behavior beyond what schema provides.

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?

Perfectly structured with front-loaded purpose, bulleted use cases, and technical notes; every sentence provides actionable information 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?

Comprehensive for a 3-parameter tool; covers unit categories, conversion logic, and use cases, though output schema is absent (not required for simple converters).

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?

Adds value beyond 100% schema coverage by listing valid unit code examples (kg, lbs, cbm, cuft) that clarify expected inputs for the string parameters.

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?

Opens with specific action (Convert) and domain (freight/logistics units), clearly distinguishing itself as a general converter among specialized siblings like cbm_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 this tool when' scenarios with specific logistics contexts (air freight quoting, freight tonnes), though lacks explicit 'when not to use' or alternative tool references.

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