You're viewing a demo portfolio

Join the waitlist
PRSM

congress_bill_cosponsors

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

List the cosponsors of one bill with their party and state. Useful for mapping coalitions behind legislation. Requires Congress number, bill type, and bill number.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "congress",
    "bill_type",
    "bill_number"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max cosponsors (default 250)."
    },
    "congress": {
      "type": "number",
      "description": "Congress number."
    },
    "bill_type": {
      "enum": [
        "hr",
        "s",
        "hjres",
        "sjres",
        "hconres",
        "sconres",
        "hres",
        "sres"
      ],
      "type": "string",
      "description": "Bill type code: hr (House Bill), s (Senate Bill), hjres, sjres, hconres, sconres, hres, sres."
    },
    "bill_number": {
      "type": "number",
      "description": "Bill number."
    }
  },
  "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_bill_cosponsors — io.github.blackboxfoundry/livedatalink — PRSM MCP