congress_search_bills
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries