Climate Trace
environment__climate-traceRetrieve greenhouse gas emissions data for countries using Climate TRACE sources, providing quality scores and citations for environmental analysis.
Instructions
[Environment & Air Quality Agent] Get country-level greenhouse gas emissions data from Climate TRACE. Source: Climate TRACE (CC-BY 4.0), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO 3166-1 alpha-3 country code (e.g. USA, GBR, CHN, DEU, JPN) | |
| since | No | Start year for emissions data | |
| to | No | End year for emissions data (Climate TRACE data lags ~1 year) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |