You're viewing a demo portfolio

Join the waitlist
PRSM

eia_electricity_state

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Monthly state-level electricity data from EIA. Filter by state (two-letter code or 'US' for national), sector (residential / commercial / industrial / transportation / all), and metric (price / sales / revenue / customers / generation). Default: US, all sectors, price.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "end": {
      "type": "string",
      "description": "Inclusive upper-bound period (ISO date or YYYY-MM)."
    },
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 50, max 5000)."
    },
    "start": {
      "type": "string",
      "description": "Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter state code (e.g. 'TX', 'CA') or 'US' for national rollup. Default 'US'."
    },
    "metric": {
      "enum": [
        "price",
        "sales",
        "revenue",
        "customers",
        "generation"
      ],
      "type": "string",
      "description": "Metric: 'price', 'sales', 'revenue', 'customers', 'generation'. Default 'price'."
    },
    "sector": {
      "type": "string",
      "description": "Sector: 'all', 'residential', 'commercial', 'industrial', 'transportation'. Default 'all'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →