You're viewing a demo portfolio

Join the waitlist
PRSM

connect_connector

Active

Tool of SendIt

declared in 0.1.0

Initiate authentication flow for a connector. For OAuth2 connectors, returns an authorization URL. For API key connectors, stores the provided key. For webhook connectors, registers the webhook URL.

Parameters schema

{
  "type": "object",
  "required": [
    "connectorId"
  ],
  "properties": {
    "apiKey": {
      "type": "string",
      "description": "API key (for api_key auth strategy connectors)"
    },
    "botToken": {
      "type": "string",
      "description": "Bot token (for bot_token auth strategy connectors like Telegram, Discord)"
    },
    "webhookUrl": {
      "type": "string",
      "description": "Webhook URL (for webhook auth strategy connectors)"
    },
    "connectorId": {
      "type": "string",
      "description": "Connector ID to connect"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →