Datagov Dataset
government__datagov-datasetAccess structured JSON data from Data.gov datasets for analysis and integration. Provides quality metrics and source citations for reliable government data usage.
Instructions
[Government & Public Data Agent] Download and serve any validated Data.gov dataset as structured JSON. Use the datagov action to search for datasets and get their IDs first. Source: Data.gov (Public Domain), 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 |
|---|---|---|---|
| dataset_id | Yes | Data.gov dataset ID (CKAN package UUID) from catalog search |
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. |