These tools work together: list the available fraud categories first, then report a return as fraudulent using one of those category values.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.
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.”