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.
The Loop MCP Server is currently in preview. Tool inputs and outputs may change before general availability.
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.
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. |
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.”