cancel_billing_plan
ActiveTool of clawshow
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"
}
}
}Parent server
clawshow
https://github.com/jason2016/clawshow-mcp-server
2/7 registries