reg_cfr_section
Get the current text of a specific Code of Federal Regulations section. Provide the title number, part, and section (e.g. title 40, part '98', section '98.411'). Returns the section's plain text, the date it is current as of, and the official eCFR URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional point-in-time ISO date yyyy-mm-dd; defaults to current. | |
| part | Yes | CFR part, e.g. '98'. | |
| title | Yes | CFR title number 1-50, e.g. 40. | |
| section | Yes | CFR section, e.g. '98.411'. |