Normalize IP Address
normalize_ipNormalize an IP address by stripping brackets, removing IPv4-mapped prefix, trimming whitespace, and lowercasing. Runs locally without API calls.
Instructions
Normalize an IP address string: strip brackets, remove IPv4-mapped prefix (::ffff:), trim whitespace, and lowercase. Runs locally — no API call, no quota usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | the IPv4 or IPv6 address to look up |