connect_account
ActiveTool 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)."
}
}
}Parent server
io.github.ndesv21/socialclaw
https://github.com/ndesv21/socialclaw
2/7 registries