What problem does it solve? Understanding what alerts exist in a Microsoft Fabric workspace and how they are configured requires navigating the Activator (Reflex) item structure, which is not directly readable through the portal API without decoding. This Skill lets you list, inspect, and decode Activator items using read-only az rest CLI calls. ## Core Features & Use Cases - List and Filter Activators: Enumerate all Reflex items in a workspace with pagination and folder filtering, resolving workspace and item IDs dynamically via JMESPath. - Decode Reflex Definitions: Call getDefinition, handle 202 long-running operations, and Base64-decode ReflexEntities.json to inspect sources, rules, objects, attributes, and actions with jq. - Query Activation History: Connect to the Activator MCP server and call get_activations_for_rule to see when rules fired, since history is not exposed via the public REST API. - Use Case: You receive a notification from an alert named "Too hot for medicine" and want to know its condition and action. Use this Skill to decode the Activator definition and extract the rule's full step-by-step configuration. ## Quick Start Ask the assistant to list all alerts in your Fabric workspace and show the rules and actions configured for a specific Activator item.