Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

get_dataset_details

Retrieve comprehensive information about specific Hong Kong government datasets, including metadata, resources, and optional tracking details for data analysis and research purposes.

Instructions

Get detailed information about a specific dataset

Args: dataset_id: The ID or name of the dataset to retrieve language: Language code (en, tc, sc) include_tracking: Add tracking information to dataset and resources

Input Schema

NameRequiredDescriptionDefault
dataset_idYes
include_trackingNo
languageNoen

Input Schema (JSON Schema)

{ "properties": { "dataset_id": { "type": "string" }, "include_tracking": { "default": false, "type": "boolean" }, "language": { "default": "en", "type": "string" } }, "required": [ "dataset_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-open-data-hk/mcp-open-data-hk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server