MCP PROMPT · SUBSCRIPTIONS

/pause-subscription

Temporarily pause a subscription (e.g. customer travelling).

01 · The flow

What the agent does, in order.

  1. 01 Call list_subscriptions or get_subscription to find the subscriptionId.
  2. 02 Confirm with the user: how long should the pause last (informational — pause is open-ended until resumed).
  3. 03 Call pause_subscription with subscriptionId.
  4. 04 Optionally call send_whatsapp_message confirming the pause and inviting them to resume when ready.
  5. 05 Echo back: subscription paused, no further charges until resume_subscription is called.
02 · Tools called

3 typed tools in sequence.

  • list_subscriptions
  • pause_subscription
  • send_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.

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 .