Nearest POI by theme
twtools-query_geo_theme_nearest
TW-specificMIT
座標 + theme_id → 最近 1 個 POI (GeoJSON Feature).
Args:
theme_id: 從 list_geo_themes() 取得, e.g. 'o4XTdRod' 避難收容處所 /
'YoFiEKsY' 寺廟 / 'kJqZSMsB' 測速 / 'cOSQaz8H' 交通事故.
lng / lat: WGS84.
Returns: {found, theme_id, feature: GeoJSON {geometry, properties}}
典型問: 「我家最近的避難所」「101 大樓附近的寺廟」.Input schema
{
"properties": {
"theme_id": {
"title": "Theme Id",
"type": "string"
},
"lng": {
"title": "Lng",
"type": "number"
},
"lat": {
"title": "Lat",
"type": "number"
}
},
"required": [
"theme_id",
"lng",
"lat"
],
"title": "query_geo_theme_nearestArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-query_geo_theme_nearest. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-query_geo_theme_nearest 處理 "…"。 # It will call: twtools-query_geo_theme_nearest(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