connect_platform
ActiveTool of SendIt
declared in 0.1.0
Connect a platform dynamically by platform ID. Returns OAuth URL, webhook setup details, or credential form contract depending on the platform auth method.
Parameters schema
{
"type": "object",
"required": [
"platform"
],
"properties": {
"platform": {
"enum": [
"x",
"linkedin",
"linkedin-page",
"facebook",
"instagram",
"threads",
"bluesky",
"mastodon",
"nostr",
"youtube",
"tiktok",
"lemmy",
"discord",
"slack",
"telegram",
"pinterest",
"dribbble",
"devto",
"hashnode",
"gmb",
"whop",
"producthunt"
],
"type": "string",
"description": "Platform ID to connect"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries