Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

drop_procedure

Drop a stored procedure from a Fabric Data Warehouse or SQL Analytics Endpoint by specifying the workspace, item, and qualified procedure name.

Instructions

Drop a stored procedure.

Stored procedures are supported on both Fabric Data Warehouses and SQL Analytics Endpoints.

Args: workspace: Workspace name or GUID. item: Warehouse or SQL endpoint name or GUID. qualified_name: Dot-separated qualified procedure name, e.g. dbo.usp_load.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
itemYes
qualified_nameYes

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 bears full responsibility for disclosing behavioral traits. While it correctly implies a destructive action by stating 'Drop,' it does not mention that this operation is irreversible, what happens if the procedure does not exist, or any required permissions. This is a significant gap for a destructive tool.

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, with a single-line purpose statement, a brief note on supported platforms, and a clean bullet list of arguments. Every sentence adds value, and the most important information is front-loaded.

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

Completeness3/5

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

Although an output schema exists (so return values need not be detailed), the description omits important contextual details such as whether the procedure must exist, what happens on failure, and required permissions. For a drop operation, these aspects are relevant for complete understanding.

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

Parameters4/5

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

The input schema has 0% description coverage, so the description must compensate. It provides clear explanations for all three parameters: workspace (name or GUID), item (warehouse or SQL endpoint name or GUID), and qualified_name (dot-separated qualified name with example). This adds meaningful context beyond the schema's type and title.

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 'Drop a stored procedure,' using a specific verb and resource. The tool name itself distinguishes it from siblings like create_procedure, update_procedure, and get_procedure, making its purpose unambiguous.

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 mentions that stored procedures are supported on both Fabric Data Warehouses and SQL Analytics Endpoints, indicating where the tool can be used. However, it lacks explicit guidance on when to use this tool vs alternatives (e.g., drop_function, drop_view) and does not mention prerequisites or permissions.

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