get_catalogue_metadata
Retrieve dataset metadata from Malaysia's open data platform by ID, enabling developers to access and integrate government data seamlessly.
Instructions
Fetch metadata for a specific data catalogue by ID from GitHub.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the dataset (e.g., "air_pollution", "population") |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID of the dataset (e.g., \"air_pollution\", \"population\")",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}