get_bill
ActiveTool of legiscan
declared in 0.1.0
Get the full detail for a single US legislative bill — status, sponsors (name/party/role), subjects, and links to the bill text. Use the bill_id returned by search_bills. Example: get_bill({ bill_id: 1234567 })
Parameters schema
{
"type": "object",
"required": [
"bill_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Optional — your own LegiScan API key for higher limits; omit to use the shared Pipeworx key."
},
"bill_id": {
"type": "number",
"description": "LegiScan bill_id (obtained from search_bills results)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
legiscan
https://github.com/pipeworx-io/mcp-legiscan
2/7 registries