Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_jobs

Monitor and manage data replication jobs in CData Sync. Retrieve job configurations, check status, view execution history, and access logs for troubleshooting synchronization processes.

Instructions

Access and monitor data replication jobs that move data from source to destination.

RETURNS:

  • list: Array of job objects with name, status, and configuration

  • get: Full job configuration details

  • status: Current execution state and progress

  • history: Past execution records

  • logs: Detailed execution logs for debugging

COMMON ERRORS:

  • "Job not found" - Verify job name/ID

  • "No logs available" - Check log retention settings

  • "Access denied" - Verify user permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation: list all, get config, check status, view history, or download logs. For counts, use 'list' and count results client-side.list
jobNameNoJob name (required for get/status/logs). Use descriptive names like 'Daily_Sales_Sync'. Case-sensitive.
jobIdNoAlternative to jobName - use the UUID job identifier for status/logs
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or LIMITED SUPPORT: contains(), startswith() NOT SUPPORTED: nested queries, computed properties Example: "Status eq 'Running' and Source eq 'MySQL'"
selectNoProperties to include (e.g., 'JobName,Status,Source,Destination')
topNoMaximum results to return
skipNoResults to skip for pagination
orderbyNoSort order for history (e.g., 'RunStartDate desc')
daysNoNumber of days of logs to retrieve (default: 1, max depends on retention)
pushOnQueryNoInclude detailed query status (default: true)
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