Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_workspaces

Retrieve and manage CData Sync workspaces to organize jobs, connections, and transformations for multi-tenant deployments. Supports listing, counting, and getting detailed workspace information with filtering options.

Instructions

Access CData Sync workspaces for multi-tenant organization.

WORKSPACES:

  • Organize jobs, connections, and transformations

  • Isolate resources between teams/projects

  • Support multi-tenant deployments

RETURNS:

  • list: Array of workspace objects with Id and Name

  • get: Detailed workspace information

  • count: Total number of workspaces

COMMON ERRORS:

  • "Workspace not found" - Check workspace name spelling

  • "Access denied" - Requires appropriate permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation to performlist
nameNoWorkspace name for 'get' action. Case-sensitive. Either 'name' or 'id' is required for get action.
idNoWorkspace ID (UUID) for 'get' action. Alternative to 'name' parameter. More efficient when you know the workspace ID.
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or Example: "Name eq 'Production'"
selectNoProperties to include (e.g., 'Id,Name')
topNoMaximum results
skipNoResults to skip

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