Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

consignment_calculator

Read-onlyIdempotent

Calculate total CBM, weight, loading metres, and chargeable weight for multi-item consignments. Supports road, air, and sea freight with mode-specific chargeable weight calculations.

Instructions

Calculate total CBM, weight, loading metres, and chargeable weight for multi-item consignments.

Combines multiple different items into a single consignment calculation. Supports road, air, and sea freight modes with mode-specific chargeable weight calculations.

Use this tool when you need to:

  • Quote a mixed consignment with different item types

  • Calculate total CBM and weight across all items

  • Get mode-specific chargeable weight (road: LDM-based, air: volumetric, sea: W/M)

Provide an array of items, each with length, width, height (cm) and optional weight, quantity, and pallet type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoTransport mode (default: road)
itemsYesArray of consignment items
Behavior5/5

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

Annotations declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and the description adds that it performs calculations only, with no side effects. No contradictions or hidden behaviors.

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 and well-structured: opening sentence states purpose, bullet points clarify use cases, and final sentence describes input requirements. No unnecessary words.

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?

Outputs (total CBM, weight, loading metres, chargeable weight) are described despite no output schema. Input schema is fully detailed. Slightly lacking explicit description of calculation mode differences, but overall sufficient.

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?

Input schema has 100% coverage with descriptions for all parameters. The description reiterates key details (length/width/height in cm, quantity, etc.) but adds little beyond the schema for parameter meaning.

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 calculates total CBM, weight, loading metres, and chargeable weight for multi-item consignments, distinguishing it from siblings like cbm_calculator or ldm_calculator which handle single items.

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?

Explicitly lists when to use (mixed consignment, total CBM/weight, mode-specific chargeable weight). Does not explicitly state when not to use, but context implies single-item cases should use sibling tools.

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