Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

get_connection_tables

Discover available tables and views in a data source to identify data for synchronization jobs. Returns table names in the exact format required for task configuration.

Instructions

Discover available tables/views in a data source. Essential before creating jobs.

RETURNS: Array of table names in exact format needed for tasks.

COMMON ERRORS:

  • "Connection not found" - Verify connection name

  • "Access denied" - Check connection permissions

  • "No tables found" - Verify schema/catalog settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNameYesConnection to inspect. Must be created and tested first.
schemaNoSpecific schema to query (e.g., 'dbo', 'public'). Omit for all schemas.
tableOrViewNoFilter by type: 'TABLES', 'VIEWS', or 'ALL'ALL
includeSchemaNoInclude schema in names (e.g., 'dbo.Table')
includeCatalogNoInclude catalog in names (e.g., 'MyDB.dbo.Table')
topTableNoMaximum tables to return (default: 5000)
skipTableNoTables 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