You're viewing a demo portfolio

Join the waitlist
PRSM

cancel_billing_plan

Active

Tool of clawshow

declared in 1.27.1

Cancel a billing plan immediately. No refund is issued. Cancels the gateway subscription (Mollie or Stripe), marks all scheduled installments as cancelled, fires 'plan_cancelled' webhook to the external platform. plan_id: the plan ID returned by create_billing_plan. reason: optional cancellation reason (logged and forwarded in webhook). Returns: {success, plan_id, status}.

Parameters schema

{
  "type": "object",
  "title": "cancel_billing_planArguments",
  "required": [
    "namespace",
    "plan_id"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "title": "Reason",
      "default": ""
    },
    "plan_id": {
      "type": "string",
      "title": "Plan Id"
    },
    "namespace": {
      "type": "string",
      "title": "Namespace"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

clawshow

https://github.com/jason2016/clawshow-mcp-server

2/7 registries
View full server →