youfiliate_preview_migration
ActiveTool of youfiliate-mcp
Preview a YouTube description migration without making changes. Performs a dry-run analysis showing how many videos and links would be affected. Does NOT modify any data or YouTube descriptions. Requires a connected YouTube account. Common errors: - YouTube not connected: connect first with `youfiliate_connect_youtube`.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"PreviewMigrationInput": {
"type": "object",
"title": "PreviewMigrationInput",
"properties": {
"auto_geo_rules": {
"type": "boolean",
"title": "Auto Geo Rules",
"default": true,
"description": "Whether to auto-generate geo rules (e.g., Amazon international storefronts)"
},
"conversion_mode": {
"enum": [
"all",
"affiliate_only"
],
"type": "string",
"title": "Conversion Mode",
"default": "affiliate_only",
"description": "Which links to convert: 'all' converts every link, 'affiliate_only' only converts detected affiliate links"
},
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
}
},
"description": "Input for previewing a YouTube description migration.",
"additionalProperties": false
}
},
"title": "youfiliate_preview_migrationArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/PreviewMigrationInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries