summarize_ips
Generate statistical summaries and insights from lists of IP addresses, providing analysis reports and map visualizations for network intelligence.
Instructions
Summarize a list of IP addresses with statistics and insights.
Args: ips: List of IP addresses to summarize (up to 500,000)
Returns: Summary report with statistics and map URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ips | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ips": {
"items": {
"type": "string"
},
"title": "Ips",
"type": "array"
}
},
"required": [
"ips"
],
"type": "object"
}