Tools Reference
Federal Register
3 tools for accessing Federal Register data. No additional API key required.
fr-executive-orders
Search executive orders from the Federal Register. Filter by president, year, or keyword.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword or phrase |
| president | string | optional | President slug: 'donald-trump', 'joe-biden', 'barack-obama' |
| year | number | optional | Year of publication |
| per_page | number | optional | Number of results (max 50) |
Example
fr-executive-orders(president: "donald-trump", year: 2025)fr-presidential-documents
Search all presidential documents including executive orders, memoranda, proclamations, and determinations.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword or phrase |
| doc_type | string | optional | 'executive_order', 'presidential_memorandum', 'proclamation', 'determination' |
| president | string | optional | President slug |
| start_date | string | optional | Start date YYYY-MM-DD |
| end_date | string | optional | End date YYYY-MM-DD |
| per_page | number | optional | Number of results (max 50) |
Example
fr-presidential-documents(doc_type: "proclamation", president: "joe-biden")fr-search-rules
Search proposed and final rules in the Federal Register by agency, keyword, and significance.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword or phrase |
| doc_type | string | optional | 'RULE' for final rules, 'PRORULE' for proposed rules |
| agency | string | optional | Agency slug e.g. 'environmental-protection-agency' |
| start_date | string | optional | Start date YYYY-MM-DD |
| end_date | string | optional | End date YYYY-MM-DD |
| significant | boolean | optional | Only show significant/major rules |
| per_page | number | optional | Number of results (max 50) |
Example
fr-search-rules(agency: "environmental-protection-agency", doc_type: "RULE")