activator-consumption-cli

Decode Fabric Activator definitions to explore alerts, reflex rules, and actions.

952|267|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/microsoft/skills-for-fabric --skill activator-consumption-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: activator-consumption-cli
Source: https://github.com/microsoft/skills-for-fabric/tree/main/plugins/fabric-skills/skills/activator-consumption-cli
Command: npx skills add https://github.com/microsoft/skills-for-fabric --skill activator-consumption-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only exploration of Fabric Activator items (reflexes) to list alerts, inspect configurations, and decode ReflexEntities.json to understand rules, sources, and actions behind alerts.

Core Features & Use Cases

  • List all activators in a workspace and view their high-level details.
  • Inspect a single activator to see its rules, sources, and actions.
  • Read and decode ReflexEntities.json to interpret reflex definitions and relationships.
  • Explore rules, sources, and actions to diagnose alert behavior and documentation needs.
  • Access activation-history guidance via the MCP server for auditing in advanced scenarios.

Quick Start

List activators in a workspace, then decode a chosen reflex definition to view its rules and actions.

Frequently Asked Questions about activator-consumption-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect Fabric Activator alerts via REST API?▼

You can inspect Fabric Activator alerts by using a read-only REST approach that calls the Fabric REST API via az rest to list activators and view their configurations in a workspace.

What is ReflexEntities.json and how do I decode it for compliance auditing?▼

ReflexEntities.json is a definition file encoding reflex rules, sources, and actions. Decoding it helps you interpret alert behavior and document configurations for compliance auditing in Fabric.

How do I diagnose why a Fabric Activator alert fires?▼

Diagnosing why a Fabric Activator alert fires requires decoding the reflex definition to explore its rules, sources, and actions, revealing the exact conditions triggering the alert.

Do I need special authentication to get Activator definitions from the Fabric REST API?▼

Yes, retrieving Activator definitions requires appropriate authentication to call the Fabric REST API, and the getDefinition operation may return a 202 LRO response indicating a long-running asynchronous process.

Can I list all Fabric Activator items in a workspace using az rest?▼

Yes, you can list all activators in a Fabric workspace and view their high-level details by executing az rest commands against the Fabric REST API to perform read-only exploration of your reflex items.