You know how debugging Power Automate flows usually means clicking through the web portal to see which action failed and why? This MCP skill gives Claude direct API access to flow definitions, run history, and action-level outputs without touching a browser. It can list flows across environments, inspect failed runs with per-action error details, resubmit cancelled executions, and even update flow definitions programmatically. The action output inspection is especially useful since the Graph API only shows top-level run status, but this exposes loop iterations and nested child flow failures. Requires a FlowStudio MCP subscription, but it beats manual portal debugging when you need to diagnose complex workflow failures or automate flow operations.
npx skills add https://github.com/github/awesome-copilot --skill flowstudio-power-automate-mcp