maps_ip_location
Locate the geographic position of any IP address to determine its physical location for location-based services and geographic analysis.
Instructions
IP 定位根据用户输入的 IP 地址,定位 IP 的所在位置
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP地址 |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"description": "IP地址",
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
}