Skip to main content
Glama

SourceSync.ai MCP Server

by scmdr

getConnection

Retrieve detailed information about a specific connection using its unique ID, enabling efficient management and integration within knowledge workflows.

Instructions

Retrieves details for a specific connection by its ID.

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