get_constraint_loading
Retrieves hourly maximum and minimum loading percentages for a specific ERCOT transmission constraint within a given date range. Values near 100% indicate the constraint is at or near its limit.
Instructions
Get hourly max and min loading percentages for a specific ERCOT transmission constraint over a date range. Use this when asked about constraint loading, line loading, transmission utilization, or how loaded a specific constraint is. Values near 100% indicate the constraint is at or near its limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | End date in YYYY-MM-DD format | |
| date_from | Yes | Start date in YYYY-MM-DD format | |
| constraint_name | Yes | Exact constraint name (use list_constraints to find names) |