Skip to main content
Glama

pbi_execute_dax_as_role

Execute a DAX query while impersonating a specific Power BI role to verify data access and security rules.

Instructions

Execute a DAX query under a specific role context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYes
queryYes
usernameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic action and role context, but lacks details about side effects, permissions, error handling, or whether the query is read-only. The return behavior is not described, even though an output schema exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a single front-loaded sentence. It states the core functionality without fluff, but could be slightly expanded to include parameter hints without losing conciseness.

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

Completeness2/5

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

Given the tool has 3 parameters (2 required), no parameter descriptions in the schema, and an output schema, the description is insufficient. It does not explain parameter purposes, usage context, or return value semantics, leaving the agent with inadequate guidance.

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

Parameters1/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 add meaning to parameters. However, the description does not explain what the 'role', 'query', or 'username' parameters represent or how they should be used. It adds no value beyond the parameter names in 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 verb 'execute' and the resource 'DAX query' with the context 'under a specific role'. It distinguishes the tool from sibling tools like pbi_execute_dax, which lacks the role context, and from role management tools like pbi_list_roles.

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 usage when a DAX query needs to be executed under a specific role, but it does not explicitly state when to use this tool versus alternatives like pbi_execute_dax, nor does it mention prerequisites or when not to use it.

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/imnotStealthy/powerbi-mcp-local'

If you have feedback or need assistance with the MCP directory API, please join our Discord server