congress_recent_laws
ActiveTool of io.github.blackboxfoundry/livedatalink
List bills that have become public or private law in a given Congress. Defaults to the current Congress. Use law_type 'pub' for public laws or 'priv' for private laws.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)."
},
"congress": {
"type": "number",
"description": "Congress number (default current, 91)."
},
"law_type": {
"enum": [
"pub",
"priv"
],
"type": "string",
"description": "Law type: 'pub' or 'priv'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries