Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_connections

Manage and verify data source connections in CData Sync. List available connections, retrieve specific details, or test connectivity to ensure proper configuration before running synchronization jobs.

Instructions

Access data source/destination connections that define how CData Sync connects to databases, APIs, and files. If not authenticated with CData Sync, you will be prompted for credentials. Use 'list' to see all available connections, 'get' to retrieve details about a specific connection, 'test' to verify credentials and connectivity. Connections must be created and tested before being used in jobs. Multiple jobs can use the same connection simultaneously. Note: For counting connections, use 'list' and count the results client-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation to perform. Use 'list' to see all connections, 'get' for specific connection details, 'test' to verify connectivity. For counts, use 'list' and count results.list
nameNoConnection name (required for 'get' and 'test' actions). Case-sensitive.
providerNameNoProvider name for 'test' action (optional - uses existing if not specified)
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or LIMITED SUPPORT: contains(), startswith() NOT SUPPORTED: nested queries, computed properties Example: "ProviderName eq 'CData Salesforce' and ConnectionState eq 'Successful'"
selectNoComma-separated properties to include in results (e.g., 'Name,ProviderName,ConnectionState')
topNoMaximum number of results to return (for pagination)
skipNoNumber of results to skip (for pagination)
verbosityNoLog detail level for 'test' action: 1=Error, 2=Info, 3=Transfer, 4=Verbose
workspaceIdNoWorkspace ID to use for this operation. Overrides the default workspace. Use 'default' for the default workspace or a UUID for specific workspaces.

Latest Blog Posts

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/CDataSoftware/cdata-sync-mcp-server'

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