list_granules
ActiveTool of mcp-govinfo
declared in 0.1.0
List granules within a package — e.g., sections of a CFR title, individual entries in a Federal Register issue. Returns granule IDs + titles.
Parameters schema
{
"type": "object",
"examples": [
{
"package_id": "BILLS-118hr1234ih"
},
{
"page_size": 50,
"package_id": "CFR-2024-title29-vol5"
}
],
"required": [
"package_id"
],
"properties": {
"page_size": {
"type": "number",
"description": "1-100 (default 100)"
},
"package_id": {
"type": "string",
"description": "GovInfo packageId"
},
"offset_mark": {
"type": "string",
"description": "Pagination cursor"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-govinfo
https://github.com/pipeworx-io/mcp-govinfo
2/7 registries