Govinfo Package
government__govinfo-packageRetrieve comprehensive metadata for U.S. government documents including court opinions, laws, bills, and Federal Register issues. Provides titles, dates, collections, and download links with quality scoring and source verification.
Instructions
[Government & Public Data Agent] Fetch the full metadata summary for a single GovInfo package (court opinion, public law, bill, Federal Register issue, etc.) by packageId. Returns title, dates, collection, and download links for htm/xml/mods/pdf/txt formats. Source: GovInfo (GPO) (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 |
|---|---|---|---|
| packageId | Yes | GovInfo package identifier (e.g. 'BILLS-117hr3684enr', 'PLAW-117publ58', 'USCOURTS-ca9-23-12345'). Get these from govinfo-search results. |
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. |