Treaties and Summaries - Legislative treaties and bill summaries
treaties_and_summariesFind and access U.S. Congress treaties and bill summaries. Retrieve treaty text, actions, committee details, and search summaries by keywords.
Instructions
Treaties and Summaries Tool - Focused access to treaties and bill summaries.
TREATIES OPERATIONS:
• Search & Discovery: search_treaties
• Legislative Process: get_treaty_actions, get_treaty_committees
• Content: get_treaty_text
SUMMARIES OPERATIONS:
• Search & Discovery: search_summaries
TREATIES:
- search_treaties: Find treaties by congress and parameters
- get_treaty_actions: Legislative actions on treaties
- get_treaty_committees: Committee assignments for treaties
- get_treaty_text: Full treaty text and resolutions
SUMMARIES:
- search_summaries: Search bill summaries by keywords and congress
REQUIRED PARAMETERS (the schema marks every parameter optional because
one shared schema covers every operation -- these operations fail
without the values below):
• congress + treaty_number -- get_treaty_actions, get_treaty_committees,
get_treaty_text
(search_treaties, search_summaries need none of the above)
Args:
operation: Specific operation to perform (see list above)
congress: Congress number (118 for current, 119 for next)
treaty_number: Specific treaty number within congress
treaty_suffix: Treaty suffix identifier
keywords: Search keywords for content
topic: Topic filter for summaries
bill_type: Bill type filter for summaries (e.g., 'hr', 's')
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 operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| topic | No | ||
| format | No | ||
| offset | No | ||
| congress | No | ||
| keywords | No | ||
| bill_type | No | ||
| operation | Yes | ||
| toDateTime | No | ||
| fromDateTime | No | ||
| treaty_number | No | ||
| treaty_suffix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |