MCP PROMPT · LOYALTY
/issue-gift-reward
Pick a gift offer and issue it to a customer.
01 · The flow
What the agent does, in order.
- 01 Call search_members to find the accountId.
- 02 Call list_gift_offers to see active offers; if none match, ask the user to create one in the merchant portal first.
- 03 Call issue_rewards with accountId + giftOfferId (or pointsAmount for a points-based reward). Optionally include a personal note.
- 04 Optionally call send_whatsapp_message to notify the customer.
02 · Tools called
4 typed tools in sequence.
search_memberslist_gift_offersissue_rewardssend_whatsapp_message
Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.
03 · Related
More loyalty playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /issue-gift-reward in chat. Agent runs the steps in order.
Verified .