Skip to main content
Glama

Hong Kong Open Data MCP Server

Official

get_category_details

Retrieve comprehensive details about Hong Kong open data categories including datasets, users, groups, tags, and followers to explore government data resources.

Instructions

Get detailed information about a specific category (group)

Args: category_id: The ID or name of the category to retrieve include_datasets: Include a truncated list of the category's datasets include_dataset_count: Include the full package count include_extras: Include the category's extra fields include_users: Include the category's users include_groups: Include the category's sub groups include_tags: Include the category's tags include_followers: Include the category's number of followers language: Language code (en, tc, sc)

Input Schema

NameRequiredDescriptionDefault
category_idYes
include_dataset_countNo
include_datasetsNo
include_extrasNo
include_followersNo
include_groupsNo
include_tagsNo
include_usersNo
languageNoen

Input Schema (JSON Schema)

{ "properties": { "category_id": { "type": "string" }, "include_dataset_count": { "default": true, "type": "boolean" }, "include_datasets": { "default": false, "type": "boolean" }, "include_extras": { "default": true, "type": "boolean" }, "include_followers": { "default": true, "type": "boolean" }, "include_groups": { "default": true, "type": "boolean" }, "include_tags": { "default": true, "type": "boolean" }, "include_users": { "default": true, "type": "boolean" }, "language": { "default": "en", "type": "string" } }, "required": [ "category_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