Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_propose_dashboard

Read-only

Proposes multiple dashboard designs from the data model, classifying columns, dates, and metrics. Returns complete page specs, blockers to resolve, and available themes so users can pick an option.

Instructions

Mira el modelo y PROPONE varios diseños distintos, con su porque.

A diferencia de pbi_page_building_blocks, que entrega el inventario y deja el diseño en manos de quien pregunta, esto clasifica lo que hay —que columna es un estado, cual una fecha, cuales forman una familia de metricas comparables— y devuelve paginas completas con un spec listo para aplicar.

Devuelve tambien blockers: lo que hay que resolver ANTES de construir (p.ej. un modelo sin medidas, donde todo visual caeria en sumas implicitas), y themes con las paletas disponibles.

Usalo para ofrecer opciones al usuario en vez de decidir por el.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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, so the tool is known to be safe. The description adds meaningful behavioral context: it classifies columns into status/date/metric families, returns complete pages with specs, and also discloses 'blockers' and 'themes' as part of the output. This goes beyond just the annotation.

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 well-structured and front-loaded with the core purpose, followed by differentiation and output details. It's slightly longer than the two-sentence ideal, but every sentence adds value—no fluff.

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 description covers the tool's purpose, how it differs from a key sibling, and what it returns (pages with specs, blockers, themes). Since an output schema exists, the description doesn't need to detail return structures. It doesn't mention prerequisites like model selection, but that's context likely handled elsewhere.

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 has 0 parameters, so the baseline is 4. The description doesn't need to explain parameters since there are none, and it provides no parameter-specific information that could be added.

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's purpose: examine the model and propose several distinct dashboard designs with rationale. It explicitly differentiates from pbi_page_building_blocks, which only provides inventory, making the tool's role unambiguous.

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: use this tool to offer design options to the user instead of deciding for them. It contrasts directly with pbi_page_building_blocks, which leaves design decisions to the user, giving clear when-to-use signals.

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