Tango MCP - Usage Examples
Usage Examples
Example 1: Basic Gift Card Order Flow
1. Authenticate with Tango:
- Use Authenticate_Tango with your credentials
2. Browse available gift cards:
- Use Get_Catalog_Items to see available options
- Filter by currency: "USD" to see US dollar cards
3. Create a customer (if needed):
- Use Create_Customer with identifier "john_doe_123"
- Display name: "John Doe"
4. Create an account for the customer:
- Use Create_Customer_Account
- Account identifier: "john_doe_main"
- Display name: "Main Account"
5. Place an order:
- Use Create_Order
- Select a gift card UTID from the catalog
- Specify amount: 50
- Recipient email: [email protected]
- Add a personal message
6. Check order status:
- Use Get_Order with the reference order ID
Example 2: Account Balance Management
1. List all customers:
- Use List_Customers to see all customers
2. Check specific customer details:
- Use Get_Customer with customerIdentifier
3. View customer accounts:
- Use List_Customer_Accounts to see all accounts
- Check available balances
4. Update account information:
- Use Update_Customer_Account to change display names
Example 3: Order History and Tracking
1. View recent orders:
- Use List_Orders with date range
- Filter by last 30 days
2. Check specific order:
- Use Get_Order with referenceOrderID
- Review redemption details
3. Check if order was resent:
- Use Get_Order_Resends to see resend historyUpdated 9 months ago
What’s Next
