You're viewing a demo portfolio

Join the waitlist
PRSM

get_recent_bills

Active

Tool of Congress

declared in 0.1.0

List the most recent congressional bills — newest first by introduction date or by latest action. PREFER OVER search_bills (which ranks by keyword relevance, surfacing older bills) for "what bills were introduced this week", "latest bills in Congress", "what is Congress working on now", "recent activity on bills". Returns bill type, number, title, status, sponsor, and dates.

Parameters schema

{
  "type": "object",
  "properties": {
    "by": {
      "type": "string",
      "description": "Recency basis: \"introduced\" (default, newest introductions) or \"activity\" (most recent status change / latest action)."
    },
    "limit": {
      "type": "number",
      "description": "Number of bills to return (default: 20, max: 100)"
    },
    "congress": {
      "type": "number",
      "description": "Congress number to filter by (e.g., 119 for 2025–2026). Omit for all."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Congress

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

1/7 registries
View full server →
get_recent_bills — Congress — PRSM MCP