Skip to main content
Get the Stripe customer portal URL for managing subscription

Tool details

FieldValue
Nameget_subscription_management_url
GroupSubscriptions

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "description": "Input schema for the get_subscription_management_url tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

Output schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The url associated with this tool result."
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "description": "Structured result returned by the get_subscription_management_url tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}