get_version
ActiveTool of mcp-uk-ons
declared in 0.1.0
Fetch metadata for a specific version of an ONS dataset edition, including dimension definitions with codelist links, CSV/XLS download URLs, release date, and publication state.
Parameters schema
{
"type": "object",
"examples": [
{
"edition": "time-series",
"version": "1",
"dataset_id": "cpih01"
}
],
"required": [
"dataset_id",
"edition",
"version"
],
"properties": {
"edition": {
"type": "string",
"description": "Edition label"
},
"version": {
"type": "string",
"description": "Version (e.g., \"1\", \"2\")"
},
"dataset_id": {
"type": "string",
"description": "ONS dataset ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-uk-ons
https://github.com/pipeworx-io/mcp-uk-ons
2/7 registries