carbon_footprint_calculator
Calculate a company's greenhouse-gas footprint under the GHG Protocol (Scope 1 + 2 + 3, in tCO2eq, tier-2 accuracy ±20%). Returns the emissions breakdown, hotspot identification, 5-8 reduction levers each with capex and payback, an SBTi-aligned reduction trajectory over 5-25 years, the 15 Scope-3 categories in detail, and CSRD/ESRS reporting readiness. When to use this tool: the user needs a carbon assessment for CSRD compliance pre-audit, green-finance access, or supplier ESG scorecards. Inputs: the company profile and its activity data. Delivered by Émilie, the AI Sustainability lead of the Gapup portfolio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts. | |
| focus | No | ||
| company | Yes | ||
| perimeter | Yes | ||
| scope1Sources | No | ||
| scope2Sources | Yes | ||
| reductionTargets | No | ||
| scope3Activities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kpis | No | 3-5 headline ESG KPI bubbles | |
| hotspots | Yes | Top emission sources ranked by contribution | |
| breakdown | Yes | Emissions breakdown by scope | |
| csrdReadiness | Yes | CSRD/ESRS reporting readiness assessment | |
| sbtiTrajectory | No | SBTi-aligned annual reduction trajectory | |
| reductionLevers | Yes | 5-8 actionable reduction levers with financial analysis | |
| executiveSummary | Yes | Board-ready GHG assessment prose | |
| scope3Categories | No | GHG Protocol 15 Scope-3 categories detail | |
| totalEmissionsTco2eq | Yes | Total GHG footprint in tCO2eq (Scope 1+2+3 combined, ±20% tier-2 accuracy) |