dynamoi_start_youtube_channel_link
ActiveTool of Dynamoi
Use this when the user is ready to link a YouTube channel to one Dynamoi artist from chat. This returns a Google OAuth URL bound to the signed-in user and artist. Google returns to a Dynamoi page that tells the user to come back to the AI assistant; after that, poll dynamoi_get_platform_status with the returned onboardingAttemptId and onboardingFlow=youtube until platforms.youtube.connected is true.
Parameters schema
{
"type": "object",
"required": [
"artistId"
],
"properties": {
"format": {
"enum": [
"json",
"summary"
],
"type": "string"
},
"artistId": {
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
},
"userIntentSummary": {
"type": "string",
"maxLength": 500
}
},
"additionalProperties": false
}Parent server
Dynamoi
https://github.com/getDynamoi/mcp
1/7 registries