You're viewing a demo portfolio

Join the waitlist
PRSM

validate_gtin

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to verify a product barcode — GTIN/EAN/UPC — before trusting it, instead of guessing the check digit. Handles EAN-8, UPC-A (12), EAN-13 and GTIN-14, verifies the GS1 mod-10 check digit, and returns the barcode type plus the GS1 prefix's issuing country (e.g. 50 = UK, 690-699 = China, 978 = Bookland/ISBN). Validates structure only — it does NOT confirm the barcode maps to a real, registered product.

Parameters schema

{
  "type": "object",
  "required": [
    "gtin"
  ],
  "properties": {
    "gtin": {
      "type": "string",
      "description": "The barcode digits (EAN-8/UPC-A/EAN-13/GTIN-14); spaces and hyphens are ignored."
    }
  },
  "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 →