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

> Data-quality alerts with the Manglai MCP

## Available Tools

| Tool                                 | Kind | Description                   |
| ------------------------------------ | ---- | ----------------------------- |
| `list_invoice_alerts`                | Data | Invoice data-quality alerts   |
| `list_business_travel_alerts`        | Data | Business travel alerts        |
| `list_vehicle_consumption_alerts`    | Data | Vehicle consumption alerts    |
| `list_survey_alerts`                 | Data | Commuting survey alerts       |
| `list_custom_emission_factor_alerts` | Data | Outdated custom-factor alerts |

Each tool returns alert type, count and an href to the matching SaaS list.

## Usage Examples

```
"What invoice data-quality issues do we have?"
→ list_invoice_alerts()

"Any commuting survey alerts?"
→ list_survey_alerts()
```
