> ## Documentation Index
> Fetch the complete documentation index at: https://developers.manglai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools — Integraciones

> Esquemas de importación y conectores con el MCP de Manglai

## Tools disponibles

| Tool                            | Tipo  | Descripción                                               |
| ------------------------------- | ----- | --------------------------------------------------------- |
| `get_bulk_import_module_schema` | Datos | Esquema de columnas Excel/CSV de un módulo de importación |
| `list_integrations`             | Datos | Integraciones conectadas                                  |
| `list_import_history`           | Datos | Historial de importaciones                                |

## Ejemplos

```
"¿Qué columnas espera la importación masiva de facturas?"
→ get_bulk_import_module_schema({ module: "invoices" })

"¿Qué integraciones están conectadas?"
→ list_integrations()
```
