Skip to main content
Glama
pablo-horizun

Horizun PBI MCP

pbi_add_custom_visual

Register an AppSource custom visual in your Power BI report. With no arguments, it adds the HTML Content visual, rendering HTML/SVG from a DAX measure.

Instructions

Registra un custom visual de AppSource en el informe (publicCustomVisuals).

Sin argumentos registra "HTML Content" (renderiza HTML/SVG desde una medida DAX). Power BI Desktop lo descarga de AppSource al abrir el informe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
visual_idNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

La descripción revela que Power BI Desktop descargará el visual de AppSource al abrir el informe, algo no obvio y útil. También explica el comportamiento por defecto sin argumentos. No contradice annotations porque no hay.

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?

Dos frases directas y al grano. La información está bien priorizada: propósito, comportamiento por defecto, y nota sobre descarga.

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?

La descripción es útil pero incompleta: no explica los parámetros más allá del caso vacío, ni menciona requisitos previos o efectos secundarios. Aunque hay output schema, los parámetros de entrada siguen sin aclararse.

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?

El esquema tiene 2 parámetros sin descripciones (cobertura 0%). La descripción solo aclara el caso sin argumentos y el visual por defecto, pero no define qué es visual_id ni request_id, ni cómo se usan.

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?

La descripción establece claramente que la herramienta registra un custom visual de AppSource en el informe, mencionando 'publicCustomVisuals'. Distingue su función de otras herramientas de visuales al especificar la fuente (AppSource) y el comportamiento por defecto.

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?

No menciona explícitamente alternativas, pero sí indica el caso sin argumentos y el contexto de AppSource. Falta una guía de cuándo usar en lugar de herramientas como pbi_create_html_visual.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools