Mx Get Supported Scope
mx__get_supported_scopeCheck which CFDI document types, complementos, and sealing modes are supported before generating or validating invoices. Prevents errors by confirming scope first.
Instructions
Return the CFDI document types, complementos, and sealing modes this package supports.
Reflects Phase 1 scope locked in context-library/countries/mx.md
(workspace root repo): CFDI 4.0 Ingreso + Egreso + Complemento de Pagos
2.0, PAC-agnostic sealing. Build (mx__build_cfdi/mx__build_pago),
XSD validation (mx__validate_cfdi), sealing (mx__seal_cfdi), and TFD
verification (mx__verify_tfd) are all implemented. PAC submission
transport and later-phase complementos are not — see roadmap-2026.md.
Returns:
A ScopeInfo describing current scope, for callers to check before
assuming a document type or complemento is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | ||
| version | Yes | ||
| out_of_scope | Yes | ||
| sealing_modes | Yes | ||
| supported_complementos | Yes | ||
| supported_document_types | Yes |