You're viewing a demo portfolio

Join the waitlist
PRSM

checkout_cancel

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Cancel an in-progress checkout session. Releases any held inventory and cancels the associated Stripe PaymentIntent if not yet captured. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "cancel_checkoutArguments",
  "required": [
    "checkout_id"
  ],
  "properties": {
    "checkout_id": {
      "type": "string",
      "title": "Checkout Id",
      "description": "Checkout session ID to cancel"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →