Congressional Amendments - Comprehensive amendment operations
amendmentsRetrieve U.S. congressional legislative changes including full text, sponsor details, and procedural history from Congress.gov with filters for chamber, date, and keywords.
Instructions
Comprehensive Amendments Tool - All amendment operations in one focused interface.
CORE OPERATIONS:
• Search & Discovery: get_amendments, search_amendments
• Details & Metadata: get_amendment_details, get_amendment_sponsors
• Legislative Process: get_amendment_actions, get_amendment_amendments
• Content: get_amendment_text
SEARCH OPERATIONS:
- get_amendments: Core amendments API access with filtering
- search_amendments: Search amendments by keywords and parameters
DETAILS OPERATIONS:
- get_amendment_details: Complete amendment information and status
- get_amendment_sponsors: Sponsor and cosponsor information
PROCESS OPERATIONS:
- get_amendment_actions: Legislative actions and history
- get_amendment_amendments: Amendments to amendments (sub-amendments)
CONTENT OPERATIONS:
- get_amendment_text: Full amendment text and purpose
Args:
operation: Specific operation to perform (see list above)
congress: Congress number (118 for current, 119 for next)
amendment_type: hamdt (House) or samdt (Senate)
amendment_number: Specific amendment number within type and congress
keywords: Search keywords for amendment content
limit: Results limit (max 250 for API compliance)
sort: updateDate+desc (newest first) or updateDate+asc
fromDateTime/toDateTime: Date range (YYYY-MM-DDTHH:MM:SSZ)
Returns:
Formatted results specific to requested operationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| congress | No | ||
| amendment_type | No | ||
| amendment_number | No | ||
| keywords | No | ||
| limit | No | ||
| sort | No | ||
| format | No | ||
| offset | No | ||
| fromDateTime | No | ||
| toDateTime | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |