MCP PROMPT · SUBSCRIPTIONS
/pause-subscription
Temporarily pause a subscription (e.g. customer travelling).
01 · The flow
What the agent does, in order.
- 01 Call list_subscriptions or get_subscription to find the subscriptionId.
- 02 Confirm with the user: how long should the pause last (informational — pause is open-ended until resumed).
- 03 Call pause_subscription with subscriptionId.
- 04 Optionally call send_whatsapp_message confirming the pause and inviting them to resume when ready.
- 05 Echo back: subscription paused, no further charges until resume_subscription is called.
02 · Tools called
3 typed tools in sequence.
list_subscriptionspause_subscriptionsend_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 subscriptions playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /pause-subscription in chat. Agent runs the steps in order.
Verified .