get_regulation_text
Retrieve the text of any U.S. CFR section or part, with point-in-time versions for past dates, including amendment history and authorizing statutes.
Instructions
Retrieve the text of a CFR section (or part-level metadata) from eCFR. Pass date=YYYY-MM-DD to get the version in force on that day — use this whenever the question concerns past conduct, because the current text may differ. Includes amendment history and the part's authorising statutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Point-in-time date (YYYY-MM-DD). Omit for the current text. | |
| full | No | Return the complete text without eliding the middle. | |
| part | No | Part number when you want part-level metadata, e.g. "261". | |
| title | No | CFR title number, e.g. "40". | |
| section | No | Section number, e.g. "261.11". | |
| citation | No | Full citation, e.g. "40 CFR 261.11". | |
| includeHistory | No | Include the amendment history for the section or part. |