Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

get_table_columns

Retrieve column details like names, data types, and keys for a specific table in CData Sync to understand table structure for data synchronization and ETL processes.

Instructions

Get column details for a specific table including names, data types, and keys.

RETURNS: Array of column objects with name, type, nullable, and key information.

COMMON ERRORS:

  • "Table not found" - Use exact name from get_connection_tables

  • "Connection not found" - Verify connection name

  • "Access denied" - Check table permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNameYesConnection containing the table
tableYesTable name using exact name from get_connection_tables (include schema if needed, e.g., 'dbo.Customers')
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