Skip to main content

Available Tools

ToolEndpointDescription
get_service_footprint_glecGET /api/v1/service-footprint/glecGLEC logistics footprint list
get_service_footprint_glec_dashboardGET /api/v1/service-footprint/glec/dashboardGLEC dashboard

What is GLEC?

The GLEC Framework (Global Logistics Emissions Council) is the international standard for calculating and reporting supply chain logistics emissions. Manglai calculates transport service footprint following this methodology.

Usage Examples

"How many tCO₂e has our logistics generated this year?"
→ get_service_footprint_glec_dashboard({ companyId: "uuid", startDate: "2024-01-01", endDate: "2024-12-31" })

"List GLEC footprint records for the last quarter"
→ get_service_footprint_glec({ companyId: "uuid", startDate: "2024-10-01", endDate: "2024-12-31" })

Common Parameters

get_service_footprint_glec

ParameterTypeDescription
companyIdstringCompany ID (required)
startDatestringStart date (ISO 8601)
endDatestringEnd date (ISO 8601)
pageintegerPage number
limitintegerResults per page