UK open data dataset metadata
uk_get_dataset
TW-specificMIT
**關鍵字 / Keywords**: 英國 開放資料 資料集 metadata 欄位 資源 授權 UK opendata dataset metadata resources license OGL open government licence CKAN package_show
Scope: UK data.gov.uk · per-dataset detail (LIVE from CKAN).
Fetches the full CKAN package payload including all resources
(each with url, format, description, created).
Args:
dataset_id: CKAN `name` slug (e.g. `price-paid-data`) or UUID.
Both work — CKAN resolves either. Discover slugs
via `uk_search_datasets` results (`name` field).
Returns dict with full CKAN package (`data`), and license
resolved from the dataset itself (falling back to portal OGL v3).Input schema
{
"properties": {
"dataset_id": {
"title": "Dataset Id",
"type": "string"
}
},
"required": [
"dataset_id"
],
"title": "uk_get_datasetArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see uk_get_dataset. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 uk_get_dataset 處理 "…"。 # It will call: uk_get_dataset(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs