SourceSync.ai MCP Server

semanticSearch

Enhance content discovery by finding relevant information using semantic meaning, not exact keywords. Ideal for efficient knowledge management across diverse data sources.

Instructions

Performs semantic search across the namespace to find relevant content based on meaning rather than exact keyword matches.

Input Schema

NameRequiredDescriptionDefault
filterNo
namespaceIdNo
queryYes
scoreThresholdNo
searchTypeNo
tenantIdNo
topKNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "additionalProperties": false, "properties": { "metadata": { "additionalProperties": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "type": "object" } }, "type": "object" }, "namespaceId": { "type": "string" }, "query": { "type": "string" }, "scoreThreshold": { "type": "number" }, "searchType": { "enum": [ "SEMANTIC", "HYBRID" ], "type": "string" }, "tenantId": { "type": "string" }, "topK": { "type": "number" } }, "required": [ "query" ], "type": "object" }
ID: 3llggpfti7