{
  "slug": "cidr-calculator",
  "name": "gizza-ai/cidr-calculator",
  "version": "0.1.0",
  "title": "CIDR Calculator — Subnet, Netmask, Broadcast & Host Range (IPv4 & IPv6) — gizza.ai",
  "description": "CIDR calculator: get network address, broadcast, netmask, wildcard, usable host range and host count for any IPv4 or IPv6 prefix. Free, private, in-browser.",
  "tags": [
    "cidr calculator",
    "subnet calculator",
    "ip subnet calculator",
    "netmask calculator",
    "broadcast address",
    "wildcard mask",
    "host range",
    "ipv4",
    "ipv6",
    "cidr to netmask"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/cidr-calculator/",
    "markdown": "https://gizza.ai/tools/cidr-calculator/index.md",
    "descriptor": "https://gizza.ai/tools/cidr-calculator/tool.json",
    "deep_link_example": "https://gizza.ai/tools/cidr-calculator/?input=192.168.1.0%2F24%20%20or%20%202001%3Adb8%3A%3A%2F48&format=text"
  },
  "cli": "gizza tool cidr-calculator \"192.168.1.0/24  or  2001:db8::/48\"",
  "tool": {
    "description": "Calculate the subnet properties of an IPv4 or IPv6 CIDR block (network address, broadcast, netmask, wildcard, usable host range, address/host counts, private-vs-public).",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "format": {
          "default": "text",
          "enum": [
            "text",
            "json"
          ],
          "type": "string"
        },
        "input": {
          "type": "string"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}