You're viewing a demo portfolio

Join the waitlist
PRSM

youfiliate_disconnect_youtube

Active

Tool of youfiliate-mcp

declared in 1.27.0

Disconnect your YouTube account from Youfiliate. IMPORTANT: Always confirm with the user before executing this action. The `confirm` parameter must be set to true. This removes stored OAuth tokens. You will need to reconnect to use the auto-migration feature. Does NOT modify any YouTube data or video descriptions. Common errors: - Not connected: no YouTube account to disconnect. - confirm=False: you must set confirm=True after getting user confirmation.

Parameters schema

{
  "type": "object",
  "$defs": {
    "DisconnectYouTubeInput": {
      "type": "object",
      "title": "DisconnectYouTubeInput",
      "properties": {
        "confirm": {
          "type": "boolean",
          "title": "Confirm",
          "default": false,
          "description": "Must be set to true to confirm disconnection. IMPORTANT: Always confirm with the user before setting this to true."
        }
      },
      "description": "Input for disconnecting YouTube account.",
      "additionalProperties": false
    }
  },
  "title": "youfiliate_disconnect_youtubeArguments",
  "required": [
    "params"
  ],
  "properties": {
    "params": {
      "$ref": "#/$defs/DisconnectYouTubeInput"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

youfiliate-mcp

https://github.com/andrewmpierce/youfiliate-mcp

2/7 registries
View full server →
youfiliate_disconnect_youtube — youfiliate-mcp — PRSM MCP