座標查統計區
twtools-lookup_statistics_by_coord
Spécifique TWMIT
座標 → 統計區 (census / 房價統計區 join key).
Args:
lng / lat: WGS84.
unit: 統計區單元名 (default '村里').Schéma d'entrée
{
"properties": {
"lng": {
"title": "Lng",
"type": "number"
},
"lat": {
"title": "Lat",
"type": "number"
},
"unit": {
"default": "村里",
"title": "Unit",
"type": "string"
}
},
"required": [
"lng",
"lat"
],
"title": "lookup_statistics_by_coordArguments",
"type": "object"
}Comment appeler
Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-lookup_statistics_by_coord. Demandez-lui simplement de l'appeler — exemple :
# Ask Claude / any MCP client: 請用 twtools-lookup_statistics_by_coord 處理 "…"。 # It will call: twtools-lookup_statistics_by_coord(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