get_invoice_requirements_latam
Retrieve mandatory electronic invoice fields for Latin American countries. Validate invoice templates against official tax authority requirements for NF-e, CFDI, DTE, and more.
Instructions
Returns the mandatory fields required on a valid electronic invoice for a given Latin American country, based on official tax authority requirements. Returns { country, invoice_type, mandatory_fields: [], electronic_system, notes }. Covers NF-e/NF-C (Brazil), CFDI 4.0 (Mexico), DTE (Chile), Factura Electrónica (Argentina/Colombia). Use when generating invoices for LatAm customers, validating invoice templates, or building invoice compliance checks in agent workflows. Information provided as reference only — not legal 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 | ||
| invoice_type | No | ||
| mandatory_fields | No | ||
| electronic_system | No | ||
| notes | No | ||
| disclaimer | No | ||
| error | No |