Skip to main content
Glama
pablo-horizun

Horizun PBI MCP

pbi_copy_visual_format

Copy visual formatting across Power BI visuals of the same type, excluding title text. Rejects cross-type copies to keep reports valid.

Instructions

Copia el formato de un visual a otros DEL MISMO TIPO.

Se copia el formato pero no el texto del titulo, que es contenido. Copiar entre tipos distintos se rechaza: la estructura de formato no es intercambiable y Power BI podria rechazar el informe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idNo
source_pageYes
target_pageYes
source_visualYes
target_visualsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses important behaviors: same-type-only restriction and that title text is not copied. However, it does not mention overwriting semantics, permissions, or failure modes beyond type mismatch, leaving gaps for a mutation tool.

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?

Three short sentences, front-loaded with purpose, each providing distinct useful information: the core action, the title exclusion, and the type restriction rationale. No unnecessary fluff.

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?

For a tool with 5 parameters and no annotations, the description is too thin on parameter semantics and side effects. It does not specify what 'format' includes, how success is reported (despite having an output schema, it is not provided), or prerequisites beyond type matching. The description needs more detail to be complete.

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?

Schema description coverage is 0% and the description does not explain the parameters. It implies target_visuals must be same type as source, but it does not clarify how source_page/source_visual/target_visuals are identified or what request_id is for. The description fails to compensate for the lack of schema descriptions.

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 uses a specific verb ('Copia') and resource ('formato de un visual a otros DEL MISMO TIPO'), clearly distinguishing from sibling tools like duplicate_visual or set_visual_title. It precisely states the action and scope.

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?

It states when to use (copying format between same-type visuals) and when-not (different types rejected, title not copied). However, it does not explicitly name alternative tools for copying titles or duplicating visuals, so it lacks the full alternative guidance for a 5.

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