Skip to main content
Glama
Jasuni69

Microsoft Fabric MCP Server

by Jasuni69

delete_measure

Delete a DAX measure from a semantic model. Specify workspace and model to target the right measure.

Instructions

Delete a DAX measure from a semantic model.

Args:
    measure_name: Name of the measure to delete
    workspace: Name or ID of the workspace (optional)
    model: Name or ID of the semantic model (optional)
    ctx: Context object containing client information

Returns:
    A dictionary containing success status and deletion details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
workspaceNo
measure_nameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the deletion action and a vague return of success status and details; it does not mention that deletion is destructive/permanent, potential dependency impacts, permission requirements, or behavior when the measure does not exist.

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 compact and front-loaded with the primary intent. The Args and Returns sections are organized and contain no fluff, making it easy to scan quickly.

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

Completeness2/5

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

For a destructive operation with no annotations and no output schema, this description is not complete enough. It omits irreversibility, side effects, error behavior, and the actual structure of the returned dictionary, leaving an agent without enough context to confidently invoke the tool.

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?

The Args section adds meaning by describing measure_name as the measure to delete, and workspace/model as optional names or IDs, which is useful given 0% schema description coverage. However, the explanations are minimal, and 'ctx' is documented as an argument even though it is absent from the input schema, which could confuse an agent.

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 opens with 'Delete a DAX measure from a semantic model', a specific verb and resource. This clearly differentiates it from sibling measure tools such as create_measure, update_measure, list_measures, and get_measure.

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?

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no warning about cases where deletion may be inappropriate. The description never addresses that measures might have dependencies or that other operations could be more suitable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Jasuni69/ms-core-mcp'

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