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 read-only tools expose the authenticated merchant’s shop information and return policies. They’re typically used to ground an assistant in the merchant’s setup before it takes any other action.

Get Shop Info

Tool name: get-shop-info-tool  ·  Read-only  ·  Permissions: any authenticated user Returns metadata about the authenticated merchant’s shop, including shop ID, name, currency, and other identifying details.

Parameters

This tool takes no parameters.

Example prompt

“What Loop shop am I connected to?”

Read Return Policies

Tool name: read-return-policies-tool  ·  Read-only  ·  Permissions: manage-return-policies Read return policy information for the authenticated merchant’s shop. Call with no policy_identifier to list every policy; pass an ID or partial title to fetch one.

Parameters

ParameterTypeRequiredDescription
policy_identifierstringPolicy ID (numeric) or full/partial policy title. Omit to list all policies.

Example prompts

“What return policies do I have set up?”
“Show me the policy for international orders.”