You're viewing a demo portfolio

Join the waitlist
PRSM

dynamoi_get_billing

Active

Tool of Dynamoi

declared in 0.6.4

Use this when the user asks about billing state, credit balance, promo limits, subscription status, or whether billing blocks launches for one artist. This is a read-only status check; it does not create checkout links or collect payment. If billing blocks a launch, direct the user to start or restore managed advertising in the Dynamoi dashboard, then call this tool again to confirm the status. Do not use this for campaign analytics or platform connection troubleshooting.

Parameters schema

{
  "type": "object",
  "required": [
    "artistId"
  ],
  "properties": {
    "format": {
      "enum": [
        "json",
        "summary"
      ],
      "type": "string"
    },
    "artistId": {
      "type": "string",
      "format": "uuid",
      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
    },
    "onboardingAttemptId": {
      "type": "string",
      "maxLength": 120,
      "minLength": 1
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Dynamoi

https://github.com/getDynamoi/mcp

1/7 registries
View full server →
dynamoi_get_billing — Dynamoi — PRSM MCP