Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_inspect_pbix

Read-only

Inspects a .pbix file without opening Power BI Desktop, reporting its format (PBIR or legacy), data model type, and page/resource/custom visual counts, so you know what to expect before conversion.

Instructions

Radiografia de un .pbix SIN convertirlo ni abrir Power BI Desktop.

Dice en que formato esta el informe ('pbir' si ya trae el formato mejorado y solo hay que copiarlo, 'layout' si es el heredado y hay que traducirlo), si lleva modelo de datos propio o es un informe con conexion en vivo, y cuantas paginas, recursos y visuales personalizados tiene. Sirve para saber que esperar antes de lanzar la conversion.

path: ruta al archivo .pbix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, and the description adds valuable behavioral detail: it does NOT convert or open Power BI Desktop. This clarifies the tool's non-invasive nature beyond the annotations, but it does not discuss edge cases like invalid paths or file access issues.

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 a concise, three-sentence paragraph in Spanish that front-loads the core purpose and lists key outputs succinctly. Every sentence adds value, and the parameter explanation is cleanly separated at the end. No wasted words.

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 is a read-only inspection utility with a single parameter and an output schema (not shown). The description provides enough context about what the tool reports and when to use it, without needing to detail return structure. It could mention prerequisites (e.g., file existence) but overall is complete relative to its simplicity.

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 0%, so the description must compensate for the single 'path' parameter. It provides a clear definition ('ruta al archivo .pbix') that adds context to the bare schema title, explaining the parameter's role as the target file path. While minimal, it is sufficient for a single simple parameter.

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 tool inspects a .pbix file without converting or opening Power BI Desktop. It specifies exactly what information is provided (format, data model type, page/resource/custom visual counts), making it distinct from sibling conversion and listing tools.

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?

The description explicitly says it is for knowing what to expect before launching a conversion ('Sirve para saber que esperar antes de lanzar la conversion'). This gives clear usage context, but it does not name alternatives or explicitly state when not to use it, leaving a small gap.

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