congress_nomination_nominees
Retrieve nominee lists for specific positions within U.S. congressional nominations, using congress and nomination details to identify required position ordinals.
Instructions
Get the list of nominees for a specific position within a nomination. Some nominations contain multiple positions (ordinals). Use congress_nomination_details first to see the ordinal numbers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| congress | Yes | Congress number | |
| nomination_number | Yes | Nomination number | |
| ordinal | Yes | Position ordinal (typically 1) | |
| limit | No | Max results (default: 20) |