Twinkle HubTwinkle Hub

日本資料集 metadata

jp_get_dataset

🇯🇵 日本読み取り専用

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)

パラメータ

名前説明
dataset_id *string
生の JSON schema
{
  "properties": {
    "dataset_id": {
      "title": "Dataset Id",
      "type": "string"
    }
  },
  "required": [
    "dataset_id"
  ],
  "title": "jp_get_datasetArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
jp_get_dataset({ dataset_id: "…" })