Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

rename_view

Rename a SQL view in a Microsoft Fabric warehouse or SQL analytics endpoint. Provide the current qualified name and a new bare name.

Instructions

Rename a SQL view via sp_rename.

Works on both Data Warehouses and SQL Analytics Endpoints.

The new name must be a bare (unqualified) identifier — sp_rename cannot move a view across schemas.

Args: workspace: Workspace name or GUID. item: Warehouse or SQL endpoint name or GUID. qualified_name: Current dot-separated qualified view name, e.g. dbo.vw_sales. new_name: New bare view name (no schema prefix), e.g. vw_revenue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
itemYes
qualified_nameYes
new_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Despite no annotations, description adds behavioral context: uses sp_rename, works on specific environments, and explains naming constraints. Could mention dependency impact but inherently clear for a rename.

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?

Three sentences plus an Args list. No wasted words, front-loaded with purpose, then usage context, then parameter details. Ideal structure for quick comprehension.

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

Completeness5/5

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

Given tool complexity (rename with constraints) and no annotations, description fully covers purpose, environment, parameter details, and edge cases. Output schema likely covers return values, so description 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?

All four parameters are described in detail with examples (e.g., qualified_name: 'dbo.vw_sales', new_name: 'vw_revenue'). Compensates for 0% schema description coverage by providing full semantics.

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?

Description explicitly states 'Rename a SQL view via sp_rename', clearly identifying the verb and resource. It distinguishes from sibling rename tools like rename_table and rename_function by specifying SQL view.

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

Usage Guidelines5/5

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

Provides clear when-to-use context: works on Data Warehouses and SQL Analytics Endpoints. Includes important constraint that new name must be unqualified and cannot move schemas, guiding correct invocation.

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