Skip to main content
Glama

delete_translation

Delete a single translation for a Power BI model object, removing its localized Caption, Description, or DisplayFolder for a specified culture.

Instructions

Delete ONE object translation: the translated Caption / Description / DisplayFolder of a model object in a culture. objectType = table | column | measure | hierarchy | model (column/measure/hierarchy need the table).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableNohost table for column/measure/hierarchy objects
cultureYesthe culture, e.g. fr-FR
propertyYesCaption | Description | DisplayFolder
sessionIdYes
objectNameYesthe object's name
objectTypeYestable | column | measure | hierarchy | model
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It provides useful constraints (objectType values, table requirement for column/measure/hierarchy) and clarifies scope ('ONE' translation). However, it does not disclose irreversibility, behavior when the translation does not exist, return values, or any side effects beyond deletion, leaving important context to inference.

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: two sentences, front-loaded with the core action and scope, followed by the necessary objectType clarifications. Every sentence contributes essential information with no fluff or repetition.

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

Completeness4/5

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

For a relatively simple delete operation with no output schema and no annotations, the description covers the essential aspects: what is deleted, which properties, which object types, and a key prerequisite (table). It lacks explicit guidance on alternative tools and edge-case behavior (e.g., missing translation), but overall it provides sufficient context for the tool's intended use.

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?

Schema coverage is high (83%), but the description adds meaningful context not present in the schema: it specifies the allowed objectType values and the rule that column/measure/hierarchy require the 'table' parameter. It also clarifies that 'property' refers to Caption, Description, or DisplayFolder, which is not enumerated in the schema. This adds value beyond the raw parameter descriptions.

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 the action (delete), the resource (one object translation), and the specific properties affected (Caption / Description / DisplayFolder). It also enumerates the objectType values and notes the table dependency for certain types, which distinguishes it from sibling tools like set_translation and list_translations.

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 makes the tool's purpose clear but does not explicitly state when to use it versus alternatives such as set_translation or list_translations. It implies usage for deleting a single translation of a specific property, but lacks guidance on cases where one should use a different tool, such as when deleting an entire culture or bulk operations.

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/cyphonica/powerbi-pbix-mcp'

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