Skip to main content
Glama

add_pbir_bookmark

Add a bookmark to a Power BI PBIR report by specifying page, title, and optional visuals to hide. Creates the bookmark definition and index entry for easy navigation.

Instructions

Add a bookmark to a PBIR report: a definition/bookmarks/.bookmark.json (explorationState with each visual's display.mode) plus a bookmarks.json index entry. hiddenVisuals = JSON array of the visual GUID names to hide; every other visual on the page is shown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYespage GUID name or displayName the bookmark activates
displayNameYesbookmark title
hiddenVisualsNoJSON array of visual GUID names to hide[]
pbirSessionIdYes
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 on-disk side effects (new bookmark.json file plus index entry) and the behavior of hiddenVisuals (hides listed visuals, shows all others). It lacks details on permissions or overwrite semantics, but the core effects are clearly explained, going beyond a simple 'add' statement.

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 with no wasted words. It front-loads the purpose and then provides necessary behavioral detail. The structure is efficient and easy to scan.

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 has no output schema and no annotations, so the description must cover essential context. It explains the operation and hiddenVisuals, but the purpose of pbirSessionId is not explained, and there's no mention of prerequisites (e.g., an open PBIR session). This is a moderate gap for a mutation tool with four parameters.

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 coverage is 75%, so most parameters are described. The description adds meaning to hiddenVisuals by explaining that it's a JSON array of visual GUIDs to hide while showing all others. However, pbirSessionId remains undocumented in both schema and description, leaving a gap for a required parameter.

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's function: 'Add a bookmark to a PBIR report'. It specifies the exact file structure (definition/bookmarks/<guid>.bookmark.json and bookmarks.json index entry), which distinguishes it from generic bookmark tools like add_bookmark and aligns with its PBIR-specific name.

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 for PBIR reports through the name and first phrase, but it doesn't explicitly contrast with sibling tools like add_bookmark or set_pbir_bookmark. No exclusions or alternative recommendations are provided, so the guidance is merely implied.

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/cyphonica/powerbi-pbix-mcp'

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