You're viewing a demo portfolio

Join the waitlist
PRSM

eia_renewable_generation

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Monthly US electricity generation by source from EIA. Sources: solar, wind, hydro, nuclear, geothermal, biomass, all. Optional state filter (default national). Returns generation in megawatt-hours.

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 or 'US' for national rollup. Default 'US'."
    },
    "source": {
      "enum": [
        "all",
        "solar",
        "wind",
        "hydro",
        "nuclear",
        "geothermal",
        "biomass"
      ],
      "type": "string",
      "description": "Generation source: 'all', 'solar', 'wind', 'hydro', 'nuclear', 'geothermal', 'biomass'. Default 'all'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →