Compound Tools

Compound tools wrap common multi-step operations into a single MCP tool call. They reduce agent round trips and simplify workflows that would otherwise require chaining multiple API calls.

get_shipment_summary

Returns a complete snapshot of a shipment in a single call.

Replaces: 5 separate API calls — shipment detail, stops list, carrier assignment, tracking status, and document list.

When to use: Any time an agent needs full context on a shipment before deciding on an action — exception handling, status reporting, carrier coordination.

plan_shipment_options

Pulls active contracts for a lane and calculates estimated charges in a single call.

Replaces: Separate contract list call + per-contract charge calculation calls.

When to use: Rate shopping, lane analysis, comparing contract options before tendering a shipment.


More compound tools are planned as common multi-step patterns are identified. For the full list of individual tools by domain, see the Tool Reference.

Copyright © Shipwell 2025. All right reserved.