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: "…" })