list_bills
Find bills in a legislative session by searching bill number, title, or description. Paginate through results with limit and offset controls.
Instructions
List bills in a session, optionally filtered by a search term.
query is a case-insensitive substring match against the bill number,
description, and title. limit is capped at 200; page through larger
result sets with offset. total_matching counts all matches, not
just the returned page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| offset | No | ||
| session_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||