legiscan_get_primary_authored
Retrieve bills exclusively authored by a specific legislator as primary sponsor, filtering out co-sponsored legislation to focus on their direct legislative contributions.
Instructions
Get only bills where a legislator is the PRIMARY author (sponsor_order=1), not co-sponsor. Filters out co-sponsored bills automatically.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | Yes | Legislator people_id to get primary authored bills for | |
| session_id | No | Optional session_id to filter results | |
| state | No | Optional state abbreviation - if provided without session_id, uses current session |