youfiliate_disconnect_youtube
ActiveTool of youfiliate-mcp
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"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries