You're viewing a demo portfolio

Join the waitlist
PRSM

validate_imei

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to verify a phone/device IMEI before relying on it — never assume a 15-digit string is valid or guess its check digit. Checks the Luhn check digit (and recognises the 16-digit IMEISV form), and returns the TAC (device-model code). Validates the number only — does NOT check whether the device is real, active, or blocklisted/stolen.

Parameters schema

{
  "type": "object",
  "required": [
    "imei"
  ],
  "properties": {
    "imei": {
      "type": "string",
      "description": "The 15-digit IMEI (or 16-digit IMEISV); spaces and dashes are ignored."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
validate_imei — Qiniso — PRSM MCP