Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

write_workspaces

Manage CData Sync workspaces by creating, updating, or deleting them to organize data synchronization jobs and ETL processes. Ensure unique names and handle active resources appropriately.

Instructions

Create, update, or delete CData Sync workspaces.

WORKSPACE NAMES:

  • Must be unique across the system

  • Cannot contain special characters except _ - .

  • Case-sensitive

RETURNS:

  • create: New workspace details

  • update: Updated workspace information

  • delete: Success confirmation

COMMON ERRORS:

  • "Workspace already exists" - Use unique names

  • "Workspace in use" - Cannot delete workspace with active resources

  • "Invalid name" - Check naming requirements

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
nameYesWorkspace name. Required for create action, optional for update/delete if 'id' is provided.
idNoWorkspace ID (UUID). Can be used instead of 'name' for update and delete actions. More efficient when you know the workspace ID.
newNameNoNew name for 'update' action
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: naming requirements (uniqueness, character restrictions, case-sensitivity), return values for each action type, and common error conditions with explanations. This provides substantial operational context beyond basic functionality.

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?

The description is well-structured with clear sections (purpose, naming rules, returns, errors) and uses bullet points for readability. While comprehensive, every sentence adds value - no redundant information. It could be slightly more concise by integrating some sections, but overall it's efficiently organized.

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 mutation tool with no annotations and no output schema, the description provides excellent coverage of behavioral aspects (naming rules, returns, errors). It compensates well for the lack of structured metadata. The main gap is the absence of usage guidance relative to sibling tools, but otherwise it's quite complete for operational understanding.

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 already documents all parameters thoroughly. The description adds some context about workspace naming requirements that relates to the 'name' and 'newName' parameters, but doesn't provide additional parameter semantics beyond what's in the schema descriptions. This meets the baseline for high schema coverage.

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

Purpose5/5

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

The description clearly states the tool's purpose with specific verbs ('Create, update, or delete') and resource ('CData Sync workspaces'), making it immediately understandable. It distinguishes itself from sibling tools like 'read_workspaces' by focusing on write operations rather than read operations.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when to choose create/update/delete, or how it relates to sibling tools like 'write_users' or 'read_workspaces'. The agent must infer usage from the description alone.

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