SourceSync.ai MCP Server

ingestFile

Upload and parse files into a specified namespace on SourceSync.ai MCP Server, enabling efficient content management and semantic search integration.

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" }
ID: 3llggpfti7