You're viewing a demo portfolio

Join the waitlist
PRSM

connect_account

Active

Tool of io.github.ndesv21/socialclaw

declared in 0.1.14

Start connecting a new social account. For OAuth providers this returns an authorizeUrl the user must open in a browser. Telegram requires botToken and chatId; Discord requires webhookUrl.

Parameters schema

{
  "type": "object",
  "required": [
    "provider"
  ],
  "properties": {
    "chatId": {
      "type": "string",
      "description": "Telegram chat target, e.g. @yourchannel (telegram only)."
    },
    "botToken": {
      "type": "string",
      "description": "Telegram bot token (telegram only)."
    },
    "provider": {
      "type": "string",
      "description": "Provider to connect."
    },
    "webhookUrl": {
      "type": "string",
      "description": "Discord channel webhook URL (discord only)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.ndesv21/socialclaw

https://github.com/ndesv21/socialclaw

2/7 registries
View full server →