Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

HK astronomy / tides (HKO)

hk_rt_astronomy

TW-specificMIT

Scope: Hong Kong public datasets and government data.

Fetch HKO astronomy / tide data (yearly · tide-station specific).



Args:
    dataType:
        SRS  → sunrise / transit / sunset (needs year=)
        MRS  → moonrise / transit / moonset (needs year=)
        HHOT → hourly tide heights (needs year= + month= + station=)
    year: 4-digit year (e.g. 2026).
    month: 1-12 · required for HHOT.
    station: tide station code · required for HHOT
             (CCH=Cheung Chau, KLW=Ko Lau Wan, LOP=Lok On Pai,
              MWC=Ma Wan, QUB=Quarry Bay, SPW=Shek Pik,
              TAP=Tai Po Kau, TBT=Tsim Bei Tsui, TMW=Tai Miu Wan,
              WAG=Waglan Island).
    lang: "en" | "tc" | "sc"

Returns raw JSON or {"format": "csv", "text": ...} for CSV responses.

Input schema

{
  "properties": {
    "dataType": {
      "default": "SRS",
      "title": "Datatype",
      "type": "string"
    },
    "year": {
      "default": 2026,
      "title": "Year",
      "type": "integer"
    },
    "month": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Month"
    },
    "station": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Station"
    },
    "lang": {
      "default": "en",
      "title": "Lang",
      "type": "string"
    }
  },
  "title": "hk_rt_astronomyArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see hk_rt_astronomy. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 hk_rt_astronomy 處理 "…"。

# It will call:
hk_rt_astronomy(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs