Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_history

Access job execution history to analyze performance, troubleshoot failures, and audit data movements for monitoring job health and SLA compliance.

Instructions

Access job execution history to analyze performance, troubleshoot failures, and audit data movements. If not authenticated with CData Sync, you will be prompted for credentials. Each history record shows when a job ran, its status, duration, and records affected. Use 'list' to browse history with filters/sorting. Note: Count action not supported by API - use 'list' and count results client-side. Essential for monitoring job health and SLA compliance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoList history records. For counts, use 'list' with 'top' parameter and count results client-side.list
filterNo⚠️ KNOWN ISSUE: OData filters currently fail due to API limitation. Use 'top' parameter and filter results client-side instead. Example: Use top=100 then filter by JobName manually.
orderbyNoSort order (e.g., 'RunStartDate desc' for most recent first)
selectNoProperties to include (e.g., 'JobName,RunStartDate,Status,Runtime,RecordsAffected')
topNoMaximum records to return (useful for recent history and counting)
skipNoRecords 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