Skip to main content
Glama

semantic_model_update_bim

Update a semantic model's complete definition by submitting a TMSL/BIM JSON file path. Replaces the existing model definition in Fabric with the provided model.bim content.

Instructions

Update a semantic model's full definition from TMSL/BIM JSON (long-running). Reads the model.bim JSON from the specified file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesThe workspace ID
semanticModelIdYesThe semantic model ID
definitionFilePathYesPath to a file containing the model.bim JSON

Schema Changelog

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

  1. First observedv2.8.0

TDQS

A3.7/5.0
Behavior3/5

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

The description usefully adds that the operation is long-running and that it reads model.bim from a file path, which goes beyond the annotations. However, it does not disclose what happens after the update, whether it is asynchronous, or what side effects replacing the full definition might have. The annotations are not contradicted: readOnlyHint=false aligns with a mutation, and destructiveHint=false is not directly challenged.

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 two tight sentences with no filler. The core action and format are front-loaded, and the file-reading detail is placed immediately after. Every word contributes to understanding the tool.

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?

The description is adequate for a simple update tool with three well-documented parameters, but the 'long-running' note is left unexplained. There is no output schema and no mention of expected response or how to track completion, which leaves an agent uncertain about asynchronous behavior.

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?

Schema description coverage is 100%, so the parameters are already well documented. The description reinforces that definitionFilePath points to a model.bim JSON file, but it adds no new semantic detail about workspaceId or semanticModelId beyond what the schema already provides.

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 a specific verb ('Update') and resource ('a semantic model's full definition'), and names the input format (TMSL/BIM JSON) and source (file path). This distinguishes it from sibling tools like semantic_model_update_tmdl and semantic_model_update_details, which target different formats or partial updates.

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 implies the tool should be used when you need to replace a semantic model's full BIM definition from a file, but it does not explicitly state when to prefer this over alternatives like semantic_model_update_details or semantic_model_update_tmdl. The 'full definition' phrasing gives context, but no explicit exclusions or alternative routing are provided.

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/mkoziel2000/mcp-fabric-api'

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