Generate IP Map URL
ipinfo_generate_map_urlCreate an interactive ipinfo.io map from a list of IP addresses, filtering invalid or special-use IPs and reporting skipped entries.
Instructions
Build an interactive ipinfo.io map for a set of IPs.
Returns MapResult{url, mapped_ip_count, skipped_ips, skipped_count,
truncated}. skipped_ips is a list of {ip, reason} entries for filtered
inputs, capped at 100; truncated flags overflow. skipped_count is the
true total even when the list is capped, so mapped_ip_count + skipped_count equals the input length. Errors raise ToolError with a
JSON-encoded envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ips | Yes | IPv4/IPv6 addresses to plot. Invalid or special-use IPs are filtered. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| mapped_ip_count | Yes | ||
| skipped_ips | No | ||
| skipped_count | Yes | ||
| truncated | Yes |