neso_dataset_resources
ActiveTool of Neso
List the resources (data files/tables) inside one NESO UK electricity grid dataset by its id or slug (from neso_search_datasets). Returns the dataset title/description plus each resource's resource_id, name, format, datastore availability, and last_modified — pick a resource_id with datastore_active for neso_query_data. Example: neso_dataset_resources({ id: "14-days-ahead-wind-forecasts" })
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Dataset id or slug from neso_search_datasets, e.g. \"1-day-ahead-demand-forecast\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Neso
https://github.com/pipeworx-io/mcp-neso
2/7 registries