Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_open_pbip_project

Idempotent

Opens a .pbip project, detects its Semantic Model and Report folders, and returns a summary with warnings if PBIR is not used.

Instructions

Abre un proyecto .pbip y lo marca como proyecto activo.

Detecta carpetas .SemanticModel (TMDL) y .Report (PBIR) y devuelve un resumen con advertencias (p.ej. si el informe no usa PBIR). path: ruta al archivo .pbip o a su carpeta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses meaningful behavioral details: it detects folder types (TMDL/PBIR), returns a summary with warnings, and gives an example warning. Annotations (idempotentHint: true, readOnlyHint: false) are consistent with the description. It could go further on side effects, but this exceeds the bar.

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 sentences, perfectly front-loaded with the primary action, followed by detection behavior and a parameter explanation. Every sentence earns its place with zero fluff.

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

Completeness4/5

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

For a moderate-complexity tool with an output schema, an idempotency annotation, and a well-covered single parameter, the description covers the essentials: behavior, detection, return value, and parameter format. No major gaps identified.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must compensate for the single 'path' parameter — and it does with a dedicated sentence: '`path`: ruta al archivo .pbip o a su carpeta.' This fully explains the only parameter, including both accepted input forms.

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+resource: 'Opens a .pbip project and marks it as active project.' It clearly explains the scope (detects .SemanticModel and .Report folders, returns a summary with warnings) and distinguishes itself from siblings like pbi_create_pbip_project or pbi_open_in_desktop. No other sibling has this open/activate purpose.

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

Usage Guidelines3/5

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

The description implies that this tool is a prerequisite for working with a project (it 'marks it as active project'), which suggests a workflow, but it doesn't explicitly state when to use it vs. alternatives. It provides no 'when not to use' guidance or explicit alternatives.

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