Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

clone_table

Create a zero-copy clone of a source table in a Fabric Data Warehouse, with optional point-in-time timestamp within the retention window.

Instructions

Create a zero-copy clone of a table using CREATE TABLE … AS CLONE OF ….

Only supported on Fabric Data Warehouses (not SQL Analytics Endpoints).

Args: workspace: Workspace name or GUID. item: Warehouse name or GUID. source: Qualified source table name, e.g. dbo.sales. new_table: Qualified name for the new cloned table, e.g. dbo.sales_clone. at: Optional ISO-8601 UTC timestamp for a point-in-time clone, e.g. 2024-05-20T14:00:00. Must be within the data-retention window (30 days by default). When omitted, the clone reflects the current state of the source table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
itemYes
sourceYes
new_tableYes
atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It clearly states the clone is 'zero-copy' and explains the point-in-time behavior with retention window. However, it omits details like required permissions, whether the operation is reversible, or if there are side effects on the source table.

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

Conciseness5/5

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

The description is concise: one sentence for purpose, one line for restriction, then a bulleted Arg list. No unnecessary words. Front-loaded with the most critical info. Every sentence earns its place.

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 tool with 5 parameters (4 required), an output schema exists, and no enums/nested objects, the description covers the core functionality, constraint, and parameter details. It does not mention the return value, but the output schema handles that. One could argue it could note that the operation only works on Fabric Warehouses (already done) and perhaps hint at alternatives for other platforms, but it's largely complete.

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

Parameters5/5

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

Schema coverage is 0%, so the description must fully explain each parameter. The Args section does this excellently: it clarifies that 'source' must be a qualified name, provides an example for 'at' (ISO-8601 format with a concrete timestamp), and explains the default behavior when 'at' is omitted. This adds substantial meaning beyond the bare JSON schema.

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 action ('Create a zero-copy clone of a table') and the SQL command used, distinguishing it from siblings like 'create_table' which would create a full copy. The specific verb 'clone' plus resource 'table' leaves no ambiguity about the tool's purpose.

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

Usage Guidelines4/5

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

The description explicitly restricts usage to 'Fabric Data Warehouses (not SQL Analytics Endpoints)', providing a clear when-not condition. It also explains the optional 'at' parameter for point-in-time clones. However, it does not explicitly name alternative tools like 'create_table' for full copies, which would strengthen guidance.

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/sdebruyn/fabric-dw-mcp-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server