Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

by HorizunGroup

pbi_preview_spec_html

Generate an HTML preview of a proposed Power BI page from a visual spec, without writing to the .pbip file. Returns the HTML path for browser-based design review.

Instructions

Genera una MAQUETA HTML de una hoja propuesta (sin escribir nada al .pbip).

spec: {page_name, canvas?, layout?, visuals:[{type,title,fields,position?}]}. Devuelve la ruta del HTML (abrelo en el navegador para revisar el diseno).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are present, so the description must disclose behavior. It explicitly states the tool does not modify the .pbip and returns the HTML path, which covers safety and output. However, it omits details like where the HTML file is saved or whether it cleans up artifacts, so transparency is moderate.

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 and front-loaded, with two sentences covering purpose, non-destructive behavior, the spec shape, and the return value. No redundant information.

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 simple with one nested parameter and an output schema available. The description covers purpose, spec structure, and the output path, which is sufficient for a preview tool. Potential prerequisites or error handling are not mentioned but are likely minor.

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?

The input schema only defines 'spec' as an object with additionalProperties true, providing zero field descriptions. The description compensates with a concrete spec template listing page_name, canvas, layout, and visuals with their subfields, giving essential structure to an otherwise opaque 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 generates an HTML mockup of a proposed page, with a specific verb and resource. It also notes that it does not write to the .pbip, distinguishing it from apply/create 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 provides clear context: use it to review a design in a browser before committing. It does not explicitly name alternatives or exclusions beyond the 'no write to .pbip' hint, so it falls short of a full when/when-not explanation.

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