Skip to main content

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.
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.

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

ParameterTypeRequiredDescription
return_idintegeryesThe Loop return ID.
categorystringyesA fraud category value from List Fraud Categories.
commentstringconditionalAdditional context. Required when category is other.

Example prompt

“Report return #1234 for empty box fraud — the box arrived but contained nothing.”