Climate Trace Assets
environment__climate-trace-assetsRetrieve greenhouse gas emissions data for specific facilities and power plants from Climate TRACE, providing asset-level insights with quality scoring and source verification for environmental analysis.
Instructions
[Environment & Air Quality Agent] Get asset-level (facility/power plant) 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) | |
| sector | No | Sector to get assets for | electricity-generation |
| year | No | Year for emissions data (Climate TRACE data lags ~1 year) | |
| limit | No | Maximum number of results to return |
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. |