reg_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search the Federal Register (the daily journal of the US government) for rules, proposed rules, notices, and presidential documents by keyword, with optional agency, document type, and publication-date filters. Returns each document's number, title, type, publishing agency, abstract, and URL. Use reg_document to get the full text of one document.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"term": {
"type": "string",
"description": "Keyword(s), e.g. 'methane emissions', 'overtime rule'."
},
"type": {
"type": "string",
"description": "Optional document type: 'rule', 'proposed-rule', 'notice', or 'presidential-document'."
},
"limit": {
"type": "number",
"description": "Max rows (default 20, max 100)."
},
"agency": {
"type": "string",
"description": "Optional agency slug, e.g. 'environmental-protection-agency', 'securities-and-exchange-commission'."
},
"published_to": {
"type": "string",
"description": "Published on/before, ISO date yyyy-mm-dd."
},
"published_from": {
"type": "string",
"description": "Published on/after, ISO date yyyy-mm-dd."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries