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_buffer

Spécifique TWMIT

座標 + theme_id + 半徑(公尺) → 環域內所有 POI list.

Args:
    theme_id: 主題 ID (from list_geo_themes).
    lng / lat: WGS84.
    radius: 半徑公尺 1-5000.
Returns: {found, count, features: [GeoJSON Feature]}

典型問: 「100 公尺內所有避難所」「500m 內測速桿」「1km 內寺廟」.

Schéma d'entrée

{
  "properties": {
    "theme_id": {
      "title": "Theme Id",
      "type": "string"
    },
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    },
    "radius": {
      "title": "Radius",
      "type": "integer"
    }
  },
  "required": [
    "theme_id",
    "lng",
    "lat",
    "radius"
  ],
  "title": "query_geo_theme_bufferArguments",
  "type": "object"
}

Comment appeler

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

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

# It will call:
twtools-query_geo_theme_buffer(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