Skip to main content
Glama

SourceSync.ai MCP Server

by pbteja1998

updateNamespace

Modify an existing namespace configuration by updating file storage, vector storage, embedding models, or integration settings with defined parameters for SourceSync.ai's knowledge management platform.

Instructions

Updates an existing namespace with the provided configuration parameters.

Input Schema

NameRequiredDescriptionDefault
boxConfigNo
dropboxConfigNo
embeddingModelConfigNo
fileStorageConfigNo
googleDriveConfigNo
namespaceIdNo
notionConfigNo
onedriveConfigNo
sharepointConfigNo
tenantIdNo
vectorStorageConfigNo
webScraperConfigNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boxConfig": { "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret" ], "type": "object" }, "dropboxConfig": { "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret" ], "type": "object" }, "embeddingModelConfig": { "anyOf": [ { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "model": { "enum": [ "text-embedding-3-small", "text-embedding-3-large", "text-embedding-ada-002" ], "type": "string" }, "provider": { "const": "OPENAI", "type": "string" } }, "required": [ "provider", "model", "apiKey" ], "type": "object" }, { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "model": { "enum": [ "embed-english-v3.0", "embed-multilingual-v3.0", "embed-english-light-v3.0", "embed-multilingual-light-v3.0", "embed-english-v2.0", "embed-english-light-v2.0", "embed-multilingual-v2.0" ], "type": "string" }, "provider": { "const": "COHERE", "type": "string" } }, "required": [ "provider", "model", "apiKey" ], "type": "object" }, { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "model": { "enum": [ "jina-embeddings-v3" ], "type": "string" }, "provider": { "const": "JINA", "type": "string" } }, "required": [ "provider", "model", "apiKey" ], "type": "object" } ] }, "fileStorageConfig": { "additionalProperties": false, "properties": { "bucket": { "type": "string" }, "credentials": { "additionalProperties": false, "properties": { "accessKeyId": { "type": "string" }, "secretAccessKey": { "type": "string" } }, "required": [ "accessKeyId", "secretAccessKey" ], "type": "object" }, "endpoint": { "type": "string" }, "region": { "type": "string" }, "type": { "enum": [ "S3_COMPATIBLE" ], "type": "string" } }, "required": [ "type", "bucket", "region", "endpoint", "credentials" ], "type": "object" }, "googleDriveConfig": { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret", "apiKey" ], "type": "object" }, "namespaceId": { "type": "string" }, "notionConfig": { "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret" ], "type": "object" }, "onedriveConfig": { "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret" ], "type": "object" }, "sharepointConfig": { "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "required": [ "clientId", "clientSecret" ], "type": "object" }, "tenantId": { "type": "string" }, "vectorStorageConfig": { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "indexHost": { "type": "string" }, "provider": { "enum": [ "PINECONE" ], "type": "string" } }, "required": [ "provider", "apiKey", "indexHost" ], "type": "object" }, "webScraperConfig": { "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "provider": { "enum": [ "FIRECRAWL", "JINA", "SCRAPINGBEE" ], "type": "string" } }, "required": [ "provider", "apiKey" ], "type": "object" } }, "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/pbteja1998/sourcesyncai-mcp'

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