SourceSync.ai MCP Server
by scmdr
updateConnection
Updates a connection to a specific source. The connector parameter should be a valid SourceSync connector enum value. The clientRedirectUrl parameter is optional and can be used to specify a custom redirect URL for the connection. This will give you a authorization url which you can redirect the user to. The user will then be asked to pick the documents they want to ingest. This is useful if you want to update the connection to a different source or if you want to update the clientRedirectUrl or if you want to pick a different or new set of documents.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientRedirectUrl | No | ||
connectionId | Yes | ||
name | No | ||
namespaceId | No | ||
tenantId | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- createConnection
- createNamespace
- deleteDocuments
- deleteNamespace
- fetchDocuments
- fetchUrlContent
- getConnection
- getIngestJobRunStatus
- getNamespace
- hybridSearch
- ingestConnector
- ingestFile
- ingestSitemap
- ingestText
- ingestUrls
- ingestWebsite
- listConnections
- listNamespaces
- resyncDocuments
- revokeConnection
- semanticSearch
- updateConnection
- updateDocuments
- updateNamespace
- validateApiKey