What problem does it solve? Managing Microsoft Power Automate flows normally requires clicking through the web portal to list flows, read definitions, debug failed runs, and resubmit executions. This Skill lets an AI agent perform all of those operations programmatically through the FlowStudio MCP server, with no browser or manual UI steps. ## Core Features & Use Cases - Flow Discovery & Inspection: List flows and environments, fetch complete flow definitions including triggers, actions, and connection references. - Run Monitoring & Debugging: Retrieve run history, get structured per-action error breakdowns, and inspect action inputs/outputs to find root causes of failures. - Run Control & Deployment: Resubmit failed runs, cancel running executions, trigger HTTP flows, and create or patch flow definitions via update_live_flow. - Use Case: A flow fails overnight. Ask the agent to find the failed run, identify the root failing action, inspect the upstream action's output for null values, patch the expression with a coalesce fix, redeploy, and resubmit the run to verify success. ## Quick Start Ask the agent to list all Power Automate flows in your environment and show the status of the most recent runs for a specific flow.