get_billing_status
ActiveTool of clawshow
Get the current status of a billing plan: payment schedule, paid/pending/failed counts, next installment date, and gateway details. Args: namespace: Client namespace (e.g. "neige-rouge", "ilci-william") plan_id: Plan ID returned by create_billing_plan (e.g. "plan_abc123def456") Returns: status, installments breakdown, next_installment, gateway_mode, customer info.
Parameters schema
{
"type": "object",
"title": "get_billing_statusArguments",
"required": [
"namespace",
"plan_id"
],
"properties": {
"plan_id": {
"type": "string",
"title": "Plan Id"
},
"namespace": {
"type": "string",
"title": "Namespace"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
clawshow
https://github.com/jason2016/clawshow-mcp-server
2/7 registries