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