You're viewing a demo portfolio

Join the waitlist
PRSM

create_quiz_credits_checkout

Active

Tool of mcp-server-dashform

declared in 1.0.0

Create a checkout session to purchase quiz credits. Returns a checkout URL. Requires a verified email.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "productId",
    "successUrl"
  ],
  "properties": {
    "productId": {
      "enum": [
        "dashform_quiz_credits_100",
        "dashform_quiz_credits_300",
        "dashform_quiz_credits_1000"
      ],
      "type": "string"
    },
    "successUrl": {
      "type": "string",
      "format": "uri"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →