find_recent_changes
Identify Code of Federal Regulations sections modified since a specified date, returning headings and excerpts to track regulatory changes affecting acquisitions.
Instructions
Find CFR sections that have been modified since a given date.
Uses the search API with last_modified_on_or_after filter to find sections amended after the specified date. Returns section identifiers, headings, and excerpts, most recently amended first.
since_date must be in YYYY-MM-DD format. Results are capped at 10,000 by the API. Use title/chapter/part filters to narrow if needed.
Common pattern: find FAR changes since a specific date to check for regulatory updates that might affect ongoing acquisitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | ||
| title | No | ||
| chapter | No | ||
| per_page | No | ||
| since_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||