Logistics Tools
Query logistics and shipping data — shipment requests with ISO 14083 emission calculations, distribution hubs, client breakdowns, and aggregated GLEC reports. Each shipment has origin, destination, distance, load, TOC (Type of Carrier), and calculated kgCO2e emissions.list_logistics_requests
List logistics/shipping requests with emission calculations.
Parameters:
Example response:
list_logistics_clients
List unique client names associated with the organization’s logistics operations.
Parameters:
Example response:
Returns a flat list of client name strings. The organization’s own company name is always included in the list.
list_logistics_hubs
List distribution hubs (warehouses, depots) used in logistics operations.
Parameters:
Example response:
get_logistics_report
Get an aggregated ISO 14083 (GLEC) logistics emissions report with optional date range and client filters.
Parameters:
The report shape varies by filter. Without a client filter, it returns full scope 1/2/3 breakdowns with SQAS/ISO 14083 subcontractor splits. With a specific client filter, it returns per-client TOC and company emission breakdowns (no scope keys).
get_logistics_summary
Get a high-level summary of logistics operations — entity counts and last update timestamps.
Parameters:
Example response:
Example prompts:
Workflow
- Get overview —
get_logistics_summaryfor entity counts and freshness - Browse shipments —
list_logistics_requeststo see individual shipment data with emissions - Understand clients —
list_logistics_clientsto see which clients generate shipments - Check hubs —
list_logistics_hubsto see distribution infrastructure - Generate report —
get_logistics_reportfor the full ISO 14083 GLEC emissions breakdown
Related
Emissions
GHG emissions including logistics (Scope 3)
Facilities
Facilities linked to owned logistics hubs
Processing Jobs
Check calculation pipeline status for pending emissions
API Reference
REST API endpoints for logistics
CLI
Manage logistics from the command line