Twinkle HubTwinkle Hub
Se connecter

📌 2026-06-30 ajouté : 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

Voir le changelog complet →

座標查最近 POI

twtools-query_geo_theme_nearest

Spécifique TWMIT

座標 + 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 大樓附近的寺廟」.

Schéma d'entrée

{
  "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"
}

Comment appeler

Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-query_geo_theme_nearest. Demandez-lui simplement de l'appeler — exemple :

# Ask Claude / any MCP client:
請用 twtools-query_geo_theme_nearest 處理 "…"。

# It will call:
twtools-query_geo_theme_nearest(input="…")

Pas encore configuré un client ?

Claude Desktop en 3 minutes — téléchargez le .mcpb et double-cliquez, ou voir la doc pour les autres clients.

Voir les docs utilisateur