Skip to main content
Glama

add_anomaly_detection

Enable anomaly detection on line charts in Power BI reports. Set sensitivity and explain-by fields to customize anomaly explanations.

Instructions

Add ANOMALY DETECTION to a line chart (the anomalyDetection object). sensitivity 0-100 optional (higher = more anomalies). explainBy = comma-separated fields the explanation groups by. Verify the render in Desktop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYespage name or displayName
visualYesline-chart visual name
explainByNocomma-separated explain-by fields
sensitivityNo0-100 sensitivity
reportSessionIdYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It adds the note 'Verify the render in Desktop' which hints at a Desktop-only verification workflow, and explains parameter effects. However, it doesn't disclose whether existing anomalyDetection settings are overwritten, nor any prerequisites or error behaviors.

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 four short sentences, front-loaded with the main purpose, and every sentence adds useful information without fluff.

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

Completeness4/5

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

For a 5-param tool with no output schema, the description covers the purpose, key parameters, and a verification step. It lacks details on return values or edge cases, but is adequate for an add operation.

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

Parameters4/5

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

The description adds semantics for sensitivity ('higher = more anomalies') and explainBy ('the explanation groups by'), which go beyond the schema's short descriptions. It doesn't cover reportSessionId, but that's a session identifier.

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 action: 'Add ANOMALY DETECTION to a line chart' and identifies the object ('the anomalyDetection object'). This distinguishes it from other add-* tools like add_analytics_line or add_moving_average, and conveys the exact resource affected.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides context that this tool is for line charts and covers the optional sensitivity and explainBy parameters. It doesn't explicitly mention alternatives or when not to use, but the purpose is clear enough to select for anomaly detection use cases.

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