Skip to main content
Glama
pablo-horizun

Horizun PBI MCP

pbi_update_visual_position

Reposition and resize an existing Power BI visual by providing its page, ID, x/y coordinates, and width/height.

Instructions

Mueve/redimensiona un visual existente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
zNo
pageYes
widthYes
heightYes
visual_idYes
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action (move/resize) without explaining side effects, coordinate system, units, or whether changes are reversible. This is insufficient for a mutation tool, leaving the agent unaware of potential impacts.

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 a single, efficient sentence that is front-loaded with the core action. It is concise and to the point, though it lacks additional detail. While under-specification is an issue, the structure itself is appropriate and not verbose.

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?

Despite having an output schema, the description does not explain return values or behavior. For a tool that modifies visual positioning, more context is needed: coordinate reference, measurement units, and interaction with other visuals. The brief description leaves significant gaps in an agent's understanding of how to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/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 compensate. It does not explain the meaning of x, y, width, height, z, page, visual_id, or request_id. The agent must infer units and coordinate origins, which is critical for precise positioning. There is no added value beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Mueve/redimensiona un visual existente' (move/resize an existing visual). This uses a specific verb and resource, distinguishing it from siblings like setting a title or duplicating a visual. However, it doesn't explicitly differentiate from other positioning-related tools like pbi_set_visual_z_order, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It lacks any mention of prerequisites, context, or exclusions. Among siblings like pbi_set_visual_z_order and pbi_align_visuals, an agent would not know when this specific position update is appropriate.

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