Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_add_image_resource

Add an image to a Power BI report by copying it to StaticResources and declaring it in report.json, making it available for image visuals. Returns the resource name to reference in visual options.

Instructions

Incrusta una imagen en el informe y la deja lista para usar.

La copia a StaticResources y la declara en report.json: sin las dos cosas Power BI no la encuentra y el visual sale vacio sin dar ningun error. Devuelve item_name, que es lo que se le pasa al visual de tipo 'image' en options.resource.

path: archivo local (.png .jpg .gif .bmp .svg).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pathYes
overwriteNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate a non-read-only action, and the description adds valuable behavioral details: the file is copied to StaticResources, report.json is modified, and a missing declaration causes a blank visual with no error. It also explains the return value. This goes beyond the structured metadata and enhances transparency.

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 and well-structured: it front-loads the purpose, explains the mechanism and failure mode, then describes the return value and the only parameter it documents. Every sentence contributes essential information with 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 covers the core purpose, the critical mechanism, the failure mode, and the return value, making it usable for the primary workflow. However, given that schema coverage is 0%, the lack of explanation for `name`, `overwrite`, and `request_id` is a notable gap. The tool is simple enough to be used despite this, but completeness is only average.

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?

The input schema has no parameter descriptions (0% coverage), so the description must compensate. It only explicitly documents `path` (with allowed extensions .png .jpg .gif .bmp .svg). It indirectly mentions the return `item_name`, which may relate to `name`, but `name`, `overwrite`, and `request_id` remain unexplained, leaving ambiguity for the agent.

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: 'Incrusta una imagen en el informe' (embeds an image in the report). It specifies the exact mechanism (copy to StaticResources, declare in report.json) and the return value (item_name), making it distinct from sibling tools like pbi_add_custom_visual. This is a specific verb+resource+outcome, not a tautology.

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 description provides clear context for when to use the tool: when you need to embed an image resource into a Power BI report. It also warns about the silent failure if both steps are not performed, which is helpful. However, it does not explicitly mention alternatives or when-not-to-use, but the purpose is narrow enough that this is not a major gap.

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