You're viewing a demo portfolio

Join the waitlist
PRSM

congress_search_bills

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search or list recent U.S. federal bills and resolutions from Congress.gov. Returns the most recently updated bills, optionally scoped to a Congress number or filtered by a free-text query. Use this to find legislation by topic or to see what is currently moving.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "sort": {
      "type": "string",
      "description": "Sort order, e.g. 'updateDate+desc' (default) or 'updateDate+asc'."
    },
    "limit": {
      "type": "number",
      "description": "Max results (1-250, default 20)."
    },
    "query": {
      "type": "string",
      "description": "Optional free-text keyword filter (e.g. 'inflation', 'semiconductor')."
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset."
    },
    "congress": {
      "type": "number",
      "description": "Congress number (e.g. 91 is current). Omit for all."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
congress_search_bills — io.github.blackboxfoundry/livedatalink — PRSM MCP