search_documents
Search the US Federal Register for regulations and notices. Filter by keyword, document type (rule, proposed_rule, notice, presidential_document), issuing agency (slug from the agencies tool), and publication date. Returns matching documents with title, type, agencies, abstract and links. Great for 'what did agency X publish about topic Y'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Keyword(s) to search, e.g. 'artificial intelligence', 'PFAS'. | |
| type | No | Restrict to one document type. | |
| since | No | Only documents published on/after this date (YYYY-MM-DD). | |
| until | No | Only documents published on/before this date (YYYY-MM-DD). | |
| agency | No | Agency slug (from the 'agencies' tool), e.g. 'environmental-protection-agency'. | |
| per_page | No | Results to return (default 10, max 30). |