Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

delete_warehouse

Delete a specified warehouse from a Microsoft Fabric workspace by providing the workspace and warehouse names.

Instructions

Delete a Warehouse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
warehouseYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. It only states 'Delete' with no mention of irreversibility, permissions, side effects on dependent objects, or whether it requires the warehouse to be idle. This is insufficient for safe use.

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

Conciseness2/5

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

The description is extremely short (5 words), but this is not efficient conciseness; it is under-specification. It fails to earn its place by omitting critical information that would be expected in a minimal viable description.

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

Completeness1/5

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

The tool has an output schema, but the description does not hint at return values. It lacks details on prerequisites, side effects, or error conditions. For a delete operation with two required parameters, the description is severely incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description provides no explanation of the 'workspace' and 'warehouse' parameters. Although the parameter names are self-explanatory, the description adds no semantic value beyond what the schema already implies.

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

Purpose3/5

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

The description states the verb 'Delete' and the resource 'Warehouse', making the basic purpose clear. However, it is a tautology of the tool name and lacks any scope or distinguishing details from sibling tools like restore_warehouse_in_place or rename_warehouse.

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?

No guidance on when to use this tool versus alternatives. It does not specify prerequisites (e.g., warehouse must exist), when not to use it, or any order of operations relative to sibling tools.

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