{
  "slug": "phone-format",
  "name": "gizza-ai/phone-format",
  "version": "0.1.0",
  "title": "Phone Number Formatter & Validator — gizza.ai",
  "description": "Parse, validate and format any international phone number — E.164, national and international formats, country and line type. Free, in-browser.",
  "tags": [
    "phone number",
    "validation",
    "E.164",
    "formatter"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/phone-format/",
    "markdown": "https://gizza.ai/tools/phone-format/index.md",
    "descriptor": "https://gizza.ai/tools/phone-format/tool.json",
    "deep_link_example": "https://gizza.ai/tools/phone-format/?number=%2B1%20415%20555%202671&region=US"
  },
  "cli": "gizza tool phone-format \"+1 415 555 2671\"",
  "tool": {
    "description": "Parse, validate, and format an international phone number. Reports validity, E.164, national & international formats, the country/region, and the number type when derivable.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "number": {
          "description": "The phone number to analyze. May include a +country prefix, e.g. +1 415 555 2671.",
          "type": "string"
        },
        "region": {
          "description": "Optional ISO-3166 alpha-2 region code (e.g. US, GB, DE) used to interpret a number given without a + prefix.",
          "type": "string"
        }
      },
      "required": [
        "number"
      ],
      "type": "object"
    }
  }
}