Congressional Committee Intelligence - Committee documents and activities
committee_intelligenceRetrieve and search congressional committee reports, prints, and meetings by Congress, chamber, committee, or keyword to support legislative research.
Instructions
Congressional Committee Intelligence - Professional access to committee documents and activities.
COMMITTEE REPORTS (7 operations):
• get_latest/by_congress/by_type, get_report_details/text_versions/content
• search_committee_reports - Advanced analytics with chunking support
COMMITTEE PRINTS (6 operations):
• get_latest/by_congress/by_chamber, get_print_details/text_versions
• search_committee_prints - Document intelligence with filtering
COMMITTEE MEETINGS (6 operations):
• get_latest/by_congress/by_chamber/by_committee, get_meeting_details
• search_committee_meetings - Process intelligence with scheduling data
REQUIRED PARAMETERS (the schema marks every parameter optional because
one shared schema covers every operation -- these operations fail
without the values below):
• congress -- get_committee_reports_by_congress,
get_committee_prints_by_congress, get_committee_meetings_by_congress
• congress + chamber -- get_committee_prints_by_congress_and_chamber,
get_committee_meetings_by_congress_and_chamber
• congress + report_type -- get_committee_reports_by_congress_and_type
• congress + report_type + report_number -- get_committee_report_details,
get_committee_report_text_versions, get_committee_report_content
• congress + chamber + jacket_number -- get_committee_print_details,
get_committee_print_text_versions
• congress + chamber + committee_code --
get_committee_meetings_by_committee
• congress + chamber + event_id -- get_committee_meeting_details
(get_latest_committee_reports/prints/meetings and every search_*
operation need none of the above)
Key params: operation, congress, chamber, committee_code, report_type, event_id
Returns structured committee data with enhanced metadata and content chunking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| offset | No | ||
| chamber | No | ||
| congress | No | ||
| event_id | No | ||
| keywords | No | ||
| operation | Yes | ||
| chunk_size | No | ||
| conference | No | ||
| report_type | No | ||
| chunk_number | No | ||
| scheduled_to | No | ||
| to_date_time | No | ||
| jacket_number | No | ||
| report_number | No | ||
| committee_code | No | ||
| from_date_time | No | ||
| scheduled_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false: the section-9 error envelope | |
| success | Yes | Whether the operation was successful | |
| summary | Yes | Human-readable summary of committee intelligence | |
| insights | No | Key insights about committee activity | |
| operation | Yes | The operation that was performed | |
| activities | No | Committee activity results | |
| results_count | Yes | Number of items returned (equals the populated list's length) |