Skip to main content
Glama

SourceSync.ai MCP Server

by scmdr

ingestFile

Upload and parse files into a specified namespace, supporting multiple formats and customizable chunk configurations for efficient content management within SourceSync.ai's knowledge platform.

Instructions

Ingests a file into the namespace. Supports various file formats with automatic parsing.

Input Schema

NameRequiredDescriptionDefault
chunkConfigNoOptional Chunk config. When not passed, default chunk config will be used.
fileYes
metadataNo
namespaceIdNo
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chunkConfig": { "additionalProperties": false, "description": "Optional Chunk config. When not passed, default chunk config will be used.", "properties": { "chunkOverlap": { "type": "number" }, "chunkSize": { "type": "number" } }, "required": [ "chunkSize", "chunkOverlap" ], "type": "object" }, "file": {}, "metadata": { "additionalProperties": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "type": "object" }, "namespaceId": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "file" ], "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