You're viewing a demo portfolio

Join the waitlist
PRSM

get_billing_status

Active

Tool of clawshow

declared in 1.27.1

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

clawshow

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

2/7 registries
View full server →
get_billing_status — clawshow — PRSM MCP