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

# Fraud

> List fraud categories and report fraudulent returns through the Loop MCP Server.

These tools work together: list the available fraud categories first, then report a return as fraudulent using one of those category values.

***

## List Fraud Categories

**Tool name:** `list-fraud-categories-tool`  ·  **Read-only**  ·  **Permissions:** `manage-returns`

List every available fraud report category. Use the returned values when calling [Report Fraud](#report-fraud).

### Parameters

This tool takes no parameters.

### Example prompt

> "What fraud categories can I report?"

***

## Report Fraud

**Tool name:** `report-fraud-tool`  ·  **Destructive**  ·  **Permissions:** `manage-returns`

Report a return as fraudulent. **Only use for confirmed fraud or abuse.** The return itself is not impacted directly by this action — it creates a fraud report record that is reviewed downstream.

### Parameters

| Parameter   | Type    | Required    | Description                                                                  |
| ----------- | ------- | ----------- | ---------------------------------------------------------------------------- |
| `return_id` | integer | yes         | The Loop return ID.                                                          |
| `category`  | string  | yes         | A fraud category value from [List Fraud Categories](#list-fraud-categories). |
| `comment`   | string  | conditional | Additional context. **Required** when `category` is `other`.                 |

### Example prompt

> "Report return #1234 for empty box fraud — the box arrived but contained nothing."
