You're viewing a demo portfolio

Join the waitlist
PRSM

query_dataset

Active

Tool of Elexon

declared in 0.1.0

Generic escape hatch for any Elexon BMRS Insights dataset (e.g. MID market index/day-ahead prices, DGWS actual wind/solar generation, FUELHH generation by fuel). Pass a dataset code and a datetime window; pick the date parameter style with date_param. Keyless. Returns the raw records.

Parameters schema

{
  "type": "object",
  "required": [
    "dataset",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Window end, ISO datetime."
    },
    "from": {
      "type": "string",
      "description": "Window start, ISO datetime."
    },
    "dataset": {
      "type": "string",
      "description": "Dataset code, e.g. \"MID\", \"DGWS\", \"FUELHH\"."
    },
    "date_param": {
      "type": "string",
      "description": "Date parameter style: \"publishDateTime\" (default → publishDateTimeFrom/To), \"settlement\" (→ settlementDateFrom/To, use plain dates like \"2024-06-01\"), or \"from\" (→ from/to)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Elexon

https://github.com/pipeworx-io/mcp-elexon

1/7 registries
View full server →
query_dataset — Elexon — PRSM MCP