get_granule
ActiveTool of mcp-govinfo
declared in 0.1.0
Fetch summary metadata for a single granule (sub-unit) within a GovInfo package, given package_id and granule_id (both from list_granules). Returns title, class, and provenance fields from the GovInfo summary endpoint.
Parameters schema
{
"type": "object",
"examples": [
{
"granule_id": "2024-05-12-1",
"package_id": "FR-2024-05-12"
}
],
"required": [
"package_id",
"granule_id"
],
"properties": {
"granule_id": {
"type": "string",
"description": "Granule ID"
},
"package_id": {
"type": "string",
"description": "GovInfo packageId"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-govinfo
https://github.com/pipeworx-io/mcp-govinfo
2/7 registries