You're viewing a demo portfolio

Join the waitlist
PRSM

youfiliate_connect_youtube

Active

Tool of youfiliate-mcp

declared in 1.27.0

Initiate YouTube OAuth connection. Returns a URL the user must open in their browser. The user must open the returned URL in their web browser to authorize Youfiliate to access their YouTube channel. The OAuth callback is handled in the browser — this tool only returns the authorization URL. Does NOT read or modify any YouTube data. The OAuth flow is completed in the user's browser. Common errors: - Already connected: disconnect first with `youfiliate_disconnect_youtube`.

Parameters schema

{
  "type": "object",
  "$defs": {
    "ResponseFormat": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "title": "ResponseFormat",
      "description": "Output format for tool responses."
    },
    "ConnectYouTubeInput": {
      "type": "object",
      "title": "ConnectYouTubeInput",
      "properties": {
        "response_format": {
          "$ref": "#/$defs/ResponseFormat",
          "default": "markdown",
          "description": "Output format: 'markdown' or 'json'"
        }
      },
      "description": "Input for initiating YouTube OAuth connection.",
      "additionalProperties": false
    }
  },
  "title": "youfiliate_connect_youtubeArguments",
  "required": [
    "params"
  ],
  "properties": {
    "params": {
      "$ref": "#/$defs/ConnectYouTubeInput"
    }
  }
}

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