Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

get_datasets_by_format

Find Hong Kong government datasets available in specific file formats like CSV, JSON, or GeoJSON to access open data resources that match your technical requirements.

Instructions

Get datasets that have resources in a specific file format.

Args: file_format: The file format to filter by (e.g., "CSV", "JSON", "GeoJSON") limit: Maximum number of datasets to return language: Language code (en, tc, sc)

Returns: A dictionary containing: - count: Total number of matching datasets - results: List of matching datasets

Input Schema

NameRequiredDescriptionDefault
file_formatYes
languageNoen
limitNo

Input Schema (JSON Schema)

{ "properties": { "file_format": { "type": "string" }, "language": { "default": "en", "type": "string" }, "limit": { "default": 10, "type": "integer" } }, "required": [ "file_format" ], "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