Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

by HorizunGroup

pbi_generate_technical_documentation

Generate complete Markdown technical documentation for Power BI projects, covering data model, measures with DAX, page-by-page visuals, and audit scoring.

Instructions

Documentacion tecnica completa en Markdown, guardada en outputs/.

Incluye el modelo (tablas, medidas con su DAX y dependencias), el informe pagina a pagina con los campos de cada visual, y la auditoria con puntaje por dominio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the output location (outputs/), format (Markdown), and the composition of the document (model details, page-by-page visuals, audit scores). This gives the agent a clear picture of what the tool produces and where it writes, though it does not explicitly mention read-only behavior or prerequisites.

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 two sentences long, front-loaded with the main purpose and output location, then lists the informative components. Every sentence adds value and there is no redundancy or 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?

Although an output schema exists (which covers return values), the description supplies important contextual details about the document's structure and storage location. It sufficiently explains what the tool does and what is included, making it complete enough for a zero-parameter documentation generator. Minor gaps like the exact meaning of 'dominio' are acceptable given the output schema likely clarifies them.

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?

The tool has zero parameters, so the baseline is 4. The description adds context about what the generated documentation contains, which is relevant for the tool's operation even though there are no parameters to explain. No further parameter-level detail is needed.

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 produces complete technical documentation in Markdown saved to outputs/. It enumerates specific content: model (tables, measures with DAX and dependencies), report page-by-page with visual fields, and audit scores by domain. This distinguishes it from sibling tools like pbi_document_model (model-only) and pbi_audit_* (audit-only).

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 use when comprehensive documentation is needed—combining model, report, and audit—but does not explicitly mention alternatives or when-not-to-use scenarios. It lacks a clear comparison to related siblings such as pbi_document_model or pbi_audit_report_only, so usage guidance is only implicit.

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