You're viewing a demo portfolio

Join the waitlist
PRSM

validate_phone

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to check a phone number is correctly formatted for its country and normalise it to E.164 before saving, dialling or texting. You MUST pass the ISO country the number ACTUALLY belongs to (e.g. GB, US, ZA) — the result depends on it, so don't reuse an unrelated country field. 'valid' means it conforms to that country's numbering plan (plausible, well-formed), NOT that the line is live or reachable. Returns E.164, national/international formats and line type.

Parameters schema

{
  "type": "object",
  "required": [
    "number"
  ],
  "properties": {
    "number": {
      "type": "string",
      "description": "The phone number to validate."
    },
    "region": {
      "type": "string",
      "description": "ISO country code the number belongs to (default GB)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →