> ## 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 — Integrations

> Bulk import schemas and connectors with the Manglai MCP

## Available Tools

| Tool                            | Kind | Description                                      |
| ------------------------------- | ---- | ------------------------------------------------ |
| `get_bulk_import_module_schema` | Data | Excel/CSV column schema for a bulk import module |
| `list_integrations`             | Data | Connected integrations                           |
| `list_import_history`           | Data | Bulk import history                              |

## Usage Examples

```
"What columns does the invoices bulk import expect?"
→ get_bulk_import_module_schema({ module: "invoices" })

"Which integrations are connected?"
→ list_integrations()
```
