Skip to main content
Glama
pablo-horizun

Horizun PBI MCP

pbi_get_object

Retrieve complete details of any table, column, or measure in your Power BI model, including DAX reference dependencies for measures.

Instructions

Devuelve un objeto del modelo con todo su detalle.

kind: table | column | measure. Para una columna usa 'Tabla[Columna]'. En una medida incluye ademas las referencias que aparecen en su DAX.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYes
sourceNolive

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that measures include DAX references and how column names should be formatted. It does not explicitly state side effects or error behavior, but the 'returns' verb implies a read-only operation.

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 brief and front-loaded with the main purpose, followed by concise parameter guidance. Every sentence adds useful information, with no waste or 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 tool is relatively simple and an output schema exists, so return details are covered. However, the missing explanation of the 'source' parameter and the absence of usage guidance relative to alternative tools leave the description incomplete for fully informed selection and invocation.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It explains the 'kind' values and the name format for columns, but it completely omits the 'source' parameter, leaving its meaning and use unclear. Thus the description adds partial value over the 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 it returns a model object with full detail, and it specifies the admissible kinds (table, column, measure). This makes the purpose understandable, though it does not explicitly contrast with sibling list/dependency tools.

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 provides practical guidance on how to specify columns ('Tabla[Columna]') and notes that measures include their DAX references. However, it does not mention when to prefer this tool over alternatives like listing tools or dependency tools.

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