Skip to main content
Glama

set_web_url_cf

Apply URL conditional formatting to a Power BI table or matrix column, using a measure that returns a URL string to turn cell values into clickable links.

Instructions

WEB URL conditional formatting on a table/matrix column: a measure that returns a URL string makes the cell a clickable link. urlMeasure = "Table[Measure]" (or pass urlMeasureTable). column = the column's queryRef.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYespage name or displayName
columnYesthe column's queryRef, e.g. Dim_Product.Brand
visualYestable/matrix visual name
urlMeasureYesURL measure, e.g. Fact[Link]
reportSessionIdYes
urlMeasureTableNotable that owns the URL measure (if not in urlMeasure)
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It states the core effect (clickable links) and input format, but it does not disclose potential side effects like overwriting existing conditional formatting rules or prerequisites such as the visual requiring a valid table/matrix structure. It explains the mechanism but misses edge-case behavior.

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: the first delivers the purpose and mechanism, the second clarifies parameter usage. Both sentences contribute directly to understanding, with no redundant or filler content, making it appropriately concise and front-loaded.

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 description covers the core concept and highlights key parameters, but it omits practical prerequisites like ensuring the target visual is a table/matrix and that the specified column exists. It also does not mention what the tool returns. For a tool with six parameters and moderate complexity, this is minimally sufficient but not comprehensive.

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?

The input schema already provides descriptive names and examples for all parameters with 83% coverage. The description repeats the format for urlMeasure and column but adds no new meaning beyond what the schema already contains. Given the high schema coverage, the baseline score of 3 is appropriate.

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 identifies the tool's specific function with 'WEB URL conditional formatting on a table/matrix column' and explains the mechanism ('a measure that returns a URL string makes the cell a clickable link'). This distinguishes it from sibling conditional formatting tools such as set_field_value_cf, set_color_scale, and set_icon_rules.

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 context by specifying that it applies to a table/matrix column and gives formatting instructions for urlMeasure and column, but it does not explicitly state when to choose this tool over alternatives or any exclusions. The usage guidance is implied rather than direct, so it leaves some ambiguity.

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