Search committee activities
search_committee_activitiesFind committee activities such as referrals, markup, or hearings and see the related bill summaries. Filter by committee name, chamber, or activity type.
Instructions
Find committee activities (e.g. referrals) and the bills they relate to. Use this for questions like 'bills referred to the Commerce Committee recently' (committeeNameContains: 'Commerce', activityNameContains: 'Referred'). Each result includes the related bill summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| committeeNameContains | No | Substring to match within the committee name, e.g. 'Commerce', 'Agriculture', 'Judiciary'. | |
| committeeCode | No | Exact committee system code, e.g. 'HSAG' or 'HSIF'. | |
| chamber | No | Chamber, e.g. 'House' or 'Senate'. | |
| activityNameContains | No | Substring to match within the activity name, e.g. 'Referred', 'Markup', 'Discharged', 'Reported'. | |
| sortBy | No | Field to sort by. Default: activityTimestamp. | |
| sortOrder | No | Sort direction. Default: DESC (newest first). | |
| limit | No | Max results to return (1-50). Default 10. | |
| after | No | Relay pagination cursor. Pass the `pageInfo.endCursor` from a previous result to fetch the next page. |