Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_finalize_delivery

Convert and validate a Power BI project into a final .pbix file, then open it as the active model with verification of output and path.

Instructions

El ULTIMO paso de una construccion: del proyecto al entregable.

Hace de extremo a extremo lo que hasta ahora eran cinco llamadas y un par de suposiciones: resuelve el archivo exacto que le pasas, lo prepara -convirtiendolo si le das un .pbix-, valida el proyecto, exporta a .pbix conduciendo Power BI Desktop, inspecciona el resultado y deja abierto justo el entregable, seleccionado como modelo activo.

Una sola respuesta verificable: output_pbix, output_sha256, output_size, saved_as_verified y opened_path_verified.

path se puede omitir para usar el proyecto activo. format solo acepta 'pbix' por ahora, y se declara asi en vez de fingir que hay mas. Requiere Windows con Power BI Desktop instalado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
formatNopbix
refreshNoauto
out_pathNo
overwriteNo
leave_openNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With all annotations false, the description carries the behavioral disclosure burden and does so well. It discloses the full pipeline, including conversion of .pbix, that it drives Power BI Desktop, that it inspects the result, and that it leaves the deliverable open with the active model selected. It also flags format limitations and Windows requirements, though it does not explain side effects on the source project or overwrite failure behavior.

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 moderately sized but well structured: it front-loads the ultimate purpose, summarizes the pipeline, lists the output keys, and then clarifies parameter and requirement notes. Each section earns its place, though the Spanish phrasing is slightly editorial and could be tightened.

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 tool with 7 parameters, 0% schema coverage, and no meaningful annotations, the description is incomplete despite the existing output schema. It covers the core workflow and output keys, but leaves five parameters and important edge-case behavior such as overwrite and refresh undocumented. An agent cannot fully determine how to invoke all options correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and no parameters have descriptions, so the description must compensate. It only explains path ('se puede omitir para usar el proyecto activo') and format ('solo acepta pbix'), leaving refresh, out_path, overwrite, leave_open, and request_id unexplained. The names and defaults hint at some meaning, but the description is far from sufficient for seven parameters.

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 identifies this as the final step of a build pipeline and enumerates a concrete end-to-end behavior: resolving a file, converting .pbix, validating, exporting via Power BI Desktop, inspecting, and opening the result as the active model. This strongly differentiates it from sibling operations like prepare_delivery or export_pbix because it explicitly claims to replace five earlier calls.

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

Usage Guidelines4/5

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

It explicitly labels the tool as 'EL ULTIMO paso de una construccion' and says it replaces five separate calls and assumptions, giving agents clear when-to-use context. It also states preconditions (Windows + Power BI Desktop) and explains that path can be omitted to use the active project. It does not explicitly name alternative tools or state when not to use it, so it stops short of a 5.

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