Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

adr_exemption_calculator

Read-onlyIdempotent

Calculate ADR 1.1.3.6 exemption points for mixed hazardous loads to determine if small load exemptions apply.

Instructions

Calculate ADR 1.1.3.6 exemption thresholds for mixed hazardous loads.

ADR 1.1.3.6 allows reduced requirements when the total "points" of a mixed load are 1,000 or below. Each substance is assigned to a transport category (0-4) with a multiplier. Points = quantity x multiplier.

Use this tool when you need to:

  • Check if a load of dangerous goods qualifies for the small load exemption

  • Calculate total ADR points for a mixed load

  • Determine if full ADR compliance is required

For single substances, provide un_number + quantity. For mixed loads, use the items array.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
un_numberNoUN number for single-substance check
quantityNoQuantity in kg or litres for single-substance check
itemsNoArray of items for mixed-load calculation (use instead of single un_number/quantity)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so safety profile is clear. The description adds value by explaining the calculation logic (points = quantity x multiplier) and transport categories, but doesn't need to rehash 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?

Description is well-structured with a clear introductory line, followed by background and usage guidelines. No redundant sentences; each part serves a purpose. Front-loaded with key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 (points and exemption status) through context. It covers single and multi-substance cases, and provides enough detail for correct usage.

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% with descriptions for all parameters. The description adds context on usage: un_number+quantity for single substance, items array for mixed loads, and explains the underlying concept. This goes beyond schema-only documentation.

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 calculates ADR 1.1.3.6 exemption thresholds for mixed hazardous loads, with specific verb 'calculate' and explicit resource. It distinguishes itself from sibling tools like adr_lookup and adr_lq_eq_check by focusing on exemption calculation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides when-to-use scenarios: 'Check if a load qualifies', 'Calculate total ADR points', 'Determine if full ADR compliance required'. Also explains differentiation: single substance vs mixed loads, and contrasts with other tools implicitly.

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