Check VAT number format
check_vat_formatCheck VAT number format offline using country-specific regex patterns. Validates structure without VIES verification, ideal for quick sanity checks without quota usage.
Instructions
Performs an offline syntactic check of a VAT number against the country-specific regex pattern. Does NOT verify the VAT with VIES — use validate_vat_number for that. Use when the user wants a quick sanity check on the shape of a VAT ID without burning a quota call. Free, no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vatId | Yes | A VAT number, with or without spaces/dashes, with or without country prefix (e.g. "DE123456789", "IE 6388047 V"). |