reg_search
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Keyword(s), e.g. 'methane emissions', 'overtime rule'. | |
| type | No | Optional document type: 'rule', 'proposed-rule', 'notice', or 'presidential-document'. | |
| limit | No | Max rows (default 20, max 100). | |
| agency | No | Optional agency slug, e.g. 'environmental-protection-agency', 'securities-and-exchange-commission'. | |
| published_to | No | Published on/before, ISO date yyyy-mm-dd. | |
| published_from | No | Published on/after, ISO date yyyy-mm-dd. |