Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

by HorizunGroup

pbi_normalize_report

Normalizes Power BI report page geometry by bringing off-canvas elements back, resizing too-small ones, and respecting margins. Compares audit scores before and after.

Instructions

Normaliza la geometria de TODAS las paginas del informe.

Mete dentro del lienzo lo que se sale, sube al minimo lo demasiado pequeno y respeta margenes. No reacomoda lo que ya cumple. Compara el puntaje de auditoria antes y despues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden, and it delivers strong behavioral specifics: what gets moved, what is scaled up, margin respect, no rearrangement of compliant items, and before/after audit score comparison. It does not mention persistence/reversibility or the role of the dry_run parameter, which is a notable gap for a mutation-capable 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?

The description is concise: three sentences, immediately stating the main action, then providing key behavioral details. Every sentence adds value, and there is no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains what the tool does in terms of geometry normalization and audit score comparison, and an output schema exists to cover return values. However, it omits the meaning of the dry_run parameter and whether changes are persisted immediately, which is critical for safe usage. This makes it minimal for the tool's moderate complexity.

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 mention dry_run or request_id at all. The dry_run parameter is especially important for understanding the tool's effect, but the description omits it. The parameter names are somewhat self-explanatory, but the description adds zero value to the schema.

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 normalizes the geometry of ALL report pages, a specific verb+resource action. It describes concrete behaviors (containing overflow, scaling up too-small items, respecting margins) and distinguishes from the single-page sibling pbi_normalize_page_layout via 'TODAS las paginas.'

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 context is clear: use for whole-report layout normalization, while sibling tools handle single-page or other layout tasks. However, there are no explicit exclusions or direct alternative comparisons, so it lacks the explicit when-not-to-use guidance that would earn a 5.

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