FEC Election Totals
gov.fec.electionsRetrieve aggregate election finance data including total receipts, disbursements, and candidate counts by cycle, office, and state from FEC public disclosure.
Instructions
Aggregate election totals by cycle, office, and state — total receipts, disbursements, candidate count per race. FEC public disclosure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Election cycle year (e.g. 2024). | |
| office | No | Office: "H" House, "S" Senate, "P" Presidential. | |
| state | No | 2-letter state code. | |
| page | No | Page number (default 1). | |
| per_page | No | Per-page count (default 20, max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |