Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_set_column_visibility

Hide or show a column in a Power BI model. Set column visibility to simplify reports, such as hiding ID columns, while preserving model data.

Instructions

Oculta o muestra una columna del modelo (p.ej. ocultar columnas de ID).

mode='both' esta temporalmente deshabilitado bajo la politica estricta: 'live' necesita Power BI Desktop abierto y 'pbip' lo necesita cerrado, asi que una sola llamada aplicaria solo uno de los dos destinos. Elige 'live' o 'pbip', o usa 'auto' y se mira el estado para elegir. Si estas construyendo desde cero, 'auto' o 'pbip': el defecto es 'live' y exige Desktop abierto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNolive
tableYes
columnYes
hiddenNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses important behavioral constraints: 'live' requires Power BI Desktop open, 'pbip' requires it closed, and mode='both' is disabled. This explains why only one destination can be applied per call and clarifies the default mode's prerequisite.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of about 80 words, front-loaded with the purpose statement. It covers essential mode behavior and prerequisites without redundancy, though it could be structured more clearly.

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?

The tool's mode complexity is thoroughly addressed: the disabled 'both' option, prerequisites for 'live' and 'pbip', and 'auto' behavior are all explained. With an output schema present, return-value documentation is unnecessary, but request_id remains unexplained.

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?

With 0% schema description coverage, the description compensates for the 'mode' parameter by explaining its values and default behavior. However, it leaves 'table', 'column', 'hidden', and 'request_id' without additional semantics, though most are self-explanatory from names/types.

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 states 'Oculta o muestra una columna del modelo', which is a specific action (hide/show) on a model column. It implicitly differentiates from the sibling tool pbi_hide_columns by including 'muestra' (show) and singular 'columna', making its scope clear.

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 provides detailed guidance on mode selection ('live' vs 'pbip' vs 'auto') and warns that 'both' is temporarily disabled due to conflicting prerequisites. However, it does not explain when to choose this tool over alternatives like pbi_hide_columns, so tool-selection guidance is implied at best.

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/HorizunGroup/horizun-pbi-mcp'

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