Skip to main content
Glama
gokulchukka

Power BI MCP Server

by gokulchukka

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workspacesA

List all Power BI workspaces (groups) accessible to the caller.

list_datasetsA

List datasets, optionally scoped to a workspace (group) ID.

list_reportsB

List reports, optionally scoped to a workspace (group) ID.

list_dashboardsA

List dashboards, optionally scoped to a workspace (group) ID.

refresh_datasetB

Trigger a dataset refresh. notify_option may be 'MailOnCompletion', 'MailOnFailure', or 'NoNotification'.

get_dataset_refresh_historyB

Return the refresh history entries for a dataset (most recent first).

execute_dax_queryB

Execute a DAX query against a dataset and return tabular results.

export_reportB

Start an export job for a report. format is one of PDF, PPTX, PNG, etc.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct resource or action: workspaces, datasets, reports, dashboards, dataset refresh, refresh history, DAX query, and report export. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., list_workspaces, refresh_dataset, execute_dax_query). The style is uniform and predictable.

Tool Count5/5

Eight tools is a well-scoped set for a Power BI server focused on listing resources and performing common actions like refresh, query, and export. No redundant tools.

Completeness3/5

The surface covers listing and key actions (refresh, query, export), but lacks get-by-id operations and any create/update/delete tools. This is a notable gap for full lifecycle management, though the server appears oriented toward read and operational tasks.

Maintenance

ActivitySlowing
ResponsivenessNo issues