SourceSync.ai MCP Server

listNamespaces

Lists all namespaces available for the current API key and optional tenant ID.

Input Schema

NameRequiredDescriptionDefault
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tenantId": { "type": "string" } }, "type": "object" }