Skip to main content
Glama

SourceSync.ai MCP Server

by scmdr

revokeConnection

Remove integration with an external service by revoking access for a specific connection. Ensure controlled and secure management of connected services in the SourceSync.ai MCP Server environment.

Instructions

Revokes access for a specific connection, removing the integration with the external service.

Input Schema

NameRequiredDescriptionDefault
connectionIdYes
namespaceIdNo
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connectionId": { "type": "string" }, "namespaceId": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "connectionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scmdr/sourcesyncai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server