You're viewing a demo portfolio

Join the waitlist
PRSM

list_granules

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-govinfo

https://github.com/pipeworx-io/mcp-govinfo

2/7 registries
View full server →