JP dataset metadata
jp_get_dataset
TW-specificMIT
Scope: Japan e-Gov catalog datasets.
Fetch full metadata for one Japan dataset by its CKAN name or UUID.
**Prefer `jp_list_resources` if you want to see the file list** —
that's cleaner. Use this only when you also need description text,
license fields, tags, or created/modified timestamps.
Args:
dataset_id: CKAN `name` (e.g. "maff_20180521_0148") or `id` (UUID)Input schema
{
"properties": {
"dataset_id": {
"title": "Dataset Id",
"type": "string"
}
},
"required": [
"dataset_id"
],
"title": "jp_get_datasetArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see jp_get_dataset. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 jp_get_dataset 處理 "…"。 # It will call: jp_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