You're viewing a demo portfolio

Join the waitlist
PRSM

youfiliate_rollback_migration

Active

Tool of youfiliate-mcp

declared in 1.27.0

Roll back a completed migration, restoring original YouTube descriptions. IMPORTANT: This modifies YouTube video descriptions. Always confirm with the user before executing. This reverts all video descriptions to their pre-migration state. The rollback runs asynchronously. Requires a connected YouTube account. Common errors: - Migration not found or not in a rollback-eligible state. - YouTube not connected: reconnect first. - confirm=False: must set confirm=True after user confirmation.

Parameters schema

{
  "type": "object",
  "$defs": {
    "RollbackMigrationInput": {
      "type": "object",
      "title": "RollbackMigrationInput",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "title": "Id",
          "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
          "description": "Migration UUID to roll back"
        },
        "confirm": {
          "type": "boolean",
          "title": "Confirm",
          "default": false,
          "description": "Must be set to true to confirm rollback. IMPORTANT: This reverts YouTube video descriptions to their pre-migration state. Always confirm with the user before setting this to true."
        }
      },
      "description": "Input for rolling back a migration.",
      "additionalProperties": false
    }
  },
  "title": "youfiliate_rollback_migrationArguments",
  "required": [
    "params"
  ],
  "properties": {
    "params": {
      "$ref": "#/$defs/RollbackMigrationInput"
    }
  }
}

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_rollback_migration — youfiliate-mcp — PRSM MCP