Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

by SoapyRED

cbm_calculator

Calculate shipment volume in cubic meters for ocean freight pricing. Convert dimensions to CBM, cubic feet, or litres to determine freight tonnes for international shipping.

Instructions

Calculate cubic metres (CBM) for a shipment.

CBM is the standard volume unit in international shipping. One CBM = 1m x 1m x 1m = 1,000 litres. Ocean freight carriers price per "freight tonne" (1 CBM or 1,000 kg, whichever is greater).

Use this tool when you need to:

  • Calculate the volume of a shipment for sea freight quoting

  • Convert dimensions to CBM, cubic feet, or litres

  • Determine freight tonnes for ocean shipping

Input dimensions in centimetres. Specify pieces to get total volume for multiple identical items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
length_cmYesLength in centimetres
width_cmYesWidth in centimetres
height_cmYesHeight in centimetres
piecesNoNumber of identical pieces (default: 1)
Behavior4/5

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

Adds valuable shipping domain context (freight tonne pricing rule, CBM definition) and input unit requirements beyond what annotations would provide.

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?

Well-structured with front-loaded definition, bulleted use cases, and clear input instructions; no extraneous content.

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?

Since no output schema exists, implies return values (CBM, cubic feet, litres) through conversion mentions; adequately complete for the tool's complexity.

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?

Reinforces centimetre units and clarifies the 'pieces' parameter purpose for aggregating identical items, adding value despite 100% schema coverage.

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?

Explicitly defines CBM calculation for shipments and distinguishes from weight-based siblings (chargeable_weight_calculator) by emphasizing volume/ocean freight context.

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' bulleted scenarios (sea freight quoting, freight tonnes) but lacks explicit contrast with when to use chargeable_weight_calculator instead.

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