Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

write_workspaces

Manage CData Sync workspaces by creating, updating, or deleting them to organize data synchronization jobs and ETL processes. Ensure unique names and handle active resources appropriately.

Instructions

Create, update, or delete CData Sync workspaces.

WORKSPACE NAMES:

  • Must be unique across the system

  • Cannot contain special characters except _ - .

  • Case-sensitive

RETURNS:

  • create: New workspace details

  • update: Updated workspace information

  • delete: Success confirmation

COMMON ERRORS:

  • "Workspace already exists" - Use unique names

  • "Workspace in use" - Cannot delete workspace with active resources

  • "Invalid name" - Check naming requirements

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
nameYesWorkspace name. Required for create action, optional for update/delete if 'id' is provided.
idNoWorkspace ID (UUID). Can be used instead of 'name' for update and delete actions. More efficient when you know the workspace ID.
newNameNoNew name for 'update' action

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