Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_export_excel

Export Power BI model information to a verified Excel workbook, with sheets for tables, measures, relations, and DAX query results.

Instructions

Exporta la informacion disponible a un libro Excel verificado.

Crea hojas para resumen, tablas, columnas, medidas, relaciones y, si hay PBIP activo, paginas, visuales y auditoria. source admite auto|live|pbip. Si se proporciona query, ejecuta DAX de solo lectura contra Desktop y agrega Datos_DAX, declarando cualquier truncamiento.

El archivo se escribe en outputs/excel/, nunca dentro del PBIP. No sobrescribe nombres existentes, neutraliza formulas inyectadas y vuelve a abrir el XLSX antes de informar exito.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
sourceNoauto
max_rowsNo
file_nameNo
include_auditNo
include_reportNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the annotations, the description discloses important behavioral traits: files are written to `outputs/excel/` and never inside the PBIP, existing names are not overwritten, injected formulas are neutralized, and the XLSX is reopened before reporting success. It also clarifies that query execution is read-only DAX. These details significantly exceed the simple boolean annotations.

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 front-loaded with a clear purpose and uses three focused paragraphs to convey behavior, safety, and conditions. Each sentence contributes information, though the middle paragraph is dense with multiple details and could be slightly restructured for readability.

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 complex tool with multiple sheets, conditional behavior (PBIP active, DAX query), and file output, the description provides strong coverage of side effects, output location, and safety checks. However, it omits explicit parameter semantics and error scenarios, though an output schema exists to cover return structure.

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?

The description adds meaning for `source` (auto|live|pbip) and `query` (read-only DAX against Desktop with truncation declaration), but it does not explain `max_rows`, `file_name`, `include_audit`, or `include_report`. With 0% schema description coverage, the description should compensate more; the remaining parameter semantics are left to inference from their names.

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 a specific verb and resource: 'Exporta la informacion disponible a un libro Excel verificado,' clearly stating it exports available information to a verified Excel workbook. It further details the sheet types (summary, tables, columns, measures, relationships, pages, visuals, audit), which distinguishes it from sibling export tools like HTML or PDF exporters.

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 contextual usage details such as supported `source` modes and optional DAX query execution, but it does not explicitly state when to prefer this tool over alternatives like pbi_export_page_html or pbi_generate_pdf_report. No exclusions or when-not use cases are mentioned.

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