search_by_keyword
Find Code of Federal Regulations matches by submitting a list of distinct keywords. Filter results by date, agency, and pagination to isolate relevant compliance clauses.
Instructions
Search the CFR using a list of distinct keywords/terms rather than a single free-text phrase.
Keywords are joined into one query string before searching — for
precise multi-word phrase search, use search_regulations instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | "current" (default) for in-force text only, an explicit YYYY-MM-DD date, or None for all historical matches. | current |
| page | No | page number (>= 1, default 1). | |
| keywords | Yes | list of search terms, e.g. ["hazardous", "ignitability"]. | |
| per_page | No | results per page (1-100, default 20). | |
| agency_slugs | No | optional list of agency slugs to restrict the search to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||