You're viewing a demo portfolio

Join the waitlist
PRSM

list_documents

Active

Tool of mcp-regulations-gov

declared in 0.1.0

Documents within a docket (or matching a query). Returns title, type (Rule / Proposed Rule / Notice / Supporting), comment counts, posted date, document ID.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "docket_id": "EPA-HQ-OAR-2021-0317",
      "document_type": "Proposed Rule"
    },
    {
      "query": "greenhouse gas",
      "page_size": 100
    }
  ],
  "required": [],
  "properties": {
    "query": {
      "type": "string",
      "description": "Free-text query across documents"
    },
    "docket_id": {
      "type": "string",
      "description": "Filter to one docket"
    },
    "page_size": {
      "type": "number",
      "description": "5-250"
    },
    "page_number": {
      "type": "number",
      "description": "1-based page"
    },
    "document_type": {
      "type": "string",
      "description": "Rule | Proposed Rule | Notice | Supporting & Related Material | Other"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-regulations-gov

https://github.com/pipeworx-io/mcp-regulations-gov

2/7 registries
View full server →
list_documents — mcp-regulations-gov — PRSM MCP