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

# Shop & Policy

> Read shop metadata and return policies through the Loop MCP Server.

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. Use this tool to confirm which shop the assistant is scoped to before reading or changing return data, especially when the user's email can access multiple Loop shops.

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

| Parameter           | Type   | Required | Description                                                                  |
| ------------------- | ------ | -------- | ---------------------------------------------------------------------------- |
| `policy_identifier` | string | –        | Policy 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."
