get_vat_rules_latam
Retrieve VAT/IVA rules for Latin American countries including standard rates, reduced rates, exempt categories, and withholding. Supports BR, MX, CL, AR, CO.
Instructions
Returns all VAT/IVA rules for a given Latin American country — standard rate, reduced rates, exempt categories, withholding rules, and special regimes. Returns { country, standard_rate, reduced_rates, exempt_categories, withholding, special_regimes, currency, notes }. Supports BR, MX, CL, AR, CO. Brazil returns ICMS/ISS/PIS/COFINS structure. Use when calculating LatAm invoice taxes, determining correct rate for e-commerce checkout, or building tax compliance workflows. Information provided as reference only — not legal or tax advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | Two-letter ISO country code. Example: 'BR', 'MX', 'CL', 'AR', 'CO' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| standard_rate | No | ||
| reduced_rates | No | ||
| exempt_categories | No | ||
| withholding | No | ||
| special_regimes | No | ||
| currency | No | ||
| notes | No | ||
| disclaimer | No | ||
| error | No |