Server for Singapore Government Open Data
datagovsg_get_collection
Get metadata for a specific data.gov.sg collection
Remote aniruddha-adhikary/gahmen-mcp
Other tools also called datagovsg_get_collection?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"collectionId": {
"type": "string",
"description": "The unique identifier of the collection"
},
"withDatasetMetadata": {
"type": "boolean",
"description": "Include dataset metadata (default: false)"
}
}
}