MCP PROMPT · SERVICE CONFIG
/set-up-promotion
Create a promo code with discount + usage limits.
01 · The flow
What the agent does, in order.
- 01 Confirm with the user: name, code (e.g. "SUMMER20"), type (percentage or fixed), value, start/end dates, usage limit total + per-customer.
- 02 Call create_promotion with all of the above. Status defaults to "active".
- 03 Optionally call validate_promotion with a test customer to dry-run the code.
- 04 Echo back the code + expiry. Suggest the user share the code via send-campaign or social.
02 · Tools called
2 typed tools in sequence.
create_promotionvalidate_promotion
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 service config playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /set-up-promotion in chat. Agent runs the steps in order.
Verified .