lookupIpv6AddressAction
Look up cached network and location details for an IPv6 address.
View tool JSON
{
"name": "lookupIpv6Address",
"kind": "act",
"impl": "declarative",
"description": "Look up cached network and location details for an IPv6 address.",
"inputSchema": {
"type": "object",
"properties": {
"input": {
"type": "string",
"description": "The IPv6 address to look up."
}
},
"required": []
}
}