Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_tasks

Retrieve tasks from a CData Sync job to view data replication definitions, including queries, tables, and indexes for each task.

Instructions

Access tasks within a specific job. Each task defines specific data to replicate.

REQUIRED: jobName parameter for all actions.

RETURNS:

  • get: Array of task objects with TaskId, Query, Table, and Index

COMMON ERRORS:

  • "Job not found" - Verify job name with read_jobs

  • "No tasks defined" - Job may be empty, add tasks with write_tasks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation: list all, count tasks, or get tasks for a specific job. For most cases, use 'get' to retrieve tasks by job name.get
jobNameYesJob name containing the tasks (REQUIRED for all actions). Case-sensitive.
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or LIMITED SUPPORT: contains(), startswith() NOT SUPPORTED: nested queries, computed properties
selectNoProperties to include (e.g., 'TaskId,Table,Query,Index')
topNoMaximum results to return
skipNoResults to skip for pagination
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