Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_workspaces

Retrieve and manage CData Sync workspaces to organize jobs, connections, and transformations for multi-tenant deployments. Supports listing, counting, and getting detailed workspace information with filtering options.

Instructions

Access CData Sync workspaces for multi-tenant organization.

WORKSPACES:

  • Organize jobs, connections, and transformations

  • Isolate resources between teams/projects

  • Support multi-tenant deployments

RETURNS:

  • list: Array of workspace objects with Id and Name

  • get: Detailed workspace information

  • count: Total number of workspaces

COMMON ERRORS:

  • "Workspace not found" - Check workspace name spelling

  • "Access denied" - Requires appropriate permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation to performlist
nameNoWorkspace name for 'get' action. Case-sensitive. Either 'name' or 'id' is required for get action.
idNoWorkspace ID (UUID) for 'get' action. Alternative to 'name' parameter. More efficient when you know the workspace ID.
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or Example: "Name eq 'Production'"
selectNoProperties to include (e.g., 'Id,Name')
topNoMaximum results
skipNoResults to skip
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by explaining what the tool returns (list, get, count operations), common errors with troubleshooting advice, and workspace functionality. It doesn't cover rate limits, authentication requirements, or pagination behavior, but provides substantial operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (purpose, workspace context, returns, errors). The information is front-loaded and organized, though the workspace explanation could be more concise. Every section adds value for understanding the tool's functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read tool with 7 parameters, 100% schema coverage, and no output schema, the description provides good context about what workspaces are, three distinct operations, and common errors. It covers the essential 'what' and 'why' though could benefit from more usage guidance relative to sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 7 parameters. The description doesn't add parameter-specific information beyond what's in the schema, but the 'RETURNS' section clarifies the three action types, which aligns with the 'action' parameter enum. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Access CData Sync workspaces for multi-tenant organization' and explains what workspaces are used for (organizing jobs, connections, transformations, isolating resources). It distinguishes from siblings like 'write_workspaces' by being a read operation, though it doesn't explicitly contrast with other read_* tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the 'RETURNS' section showing three actions (list, get, count) and mentions multi-tenant deployments context. However, it doesn't provide explicit guidance on when to choose this tool over other read_* tools or when to use specific actions versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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