power-automate-debug

Diagnose failed Power Automate cloud flows via FlowStudio MCP server.

27|9|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ninihen1/power-automate-mcp-skills --skill power-automate-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-automate-debug
Source: https://github.com/ninihen1/power-automate-mcp-skills/tree/main/skills/power-automate-debug
Command: npx skills add https://github.com/ninihen1/power-automate-mcp-skills --skill power-automate-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Debugging failing Power Automate cloud flows using the FlowStudio MCP server.

Core Features & Use Cases

  • Step-by-step diagnostic process to investigate failed flow runs and identify root causes.
  • Read and interpret error details from get_live_flow_run_error and inspect action outputs to trace issues.
  • Update flow definitions or resubmit runs to verify fixes, guided by common error codes and remediation examples.

Quick Start

Copy the power-automate-debug skill into your project's skills directory, configure your FlowStudio MCP token, and ask your AI to start debugging a failing flow.

Frequently Asked Questions about power-automate-debug

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

FAQPage Schema
How do I debug a failing Power Automate cloud flow?

Debug a failing Power Automate cloud flow by inspecting failed runs, reading error details, and tracing root causes across connectors and actions. You can then update flow definitions or resubmit runs to verify fixes.

Why does my Power Automate flow run fail at a specific action?

Your Power Automate flow run fails due to errors in specific actions. You can inspect action outputs using diagnostic tools to interpret error details and identify whether the issue stems from connectors, triggers, or action configurations.

Do I need an MCP token to diagnose Power Automate workflow errors?

Yes, you need a FlowStudio MCP subscription and an MCP token provided as an x-api-key to diagnose Power Automate workflow errors. This token authenticates access to core diagnostic tools like listing live flows and retrieving run errors.

What is the best way to trace the root cause of a Power Automate connector failure?

The best way to trace the root cause of a Power Automate connector failure is to follow a step-by-step diagnostic process. This involves retrieving live flow run errors and inspecting action outputs to pinpoint the failing connector or trigger.

How do I update a Power Automate flow definition after identifying an error?

After identifying an error, you can update a Power Automate flow definition using the update_live_flow tool. Once updated, use the resubmit_live_flow_run tool to resubmit the run and verify that your remediation fixes the issue.

Can I resubmit a failed Power Automate run without recreating the entire workflow?

Yes, you can resubmit a failed Power Automate run without recreating the workflow. By using the resubmit_live_flow_run tool, you can re-execute the flow after applying fixes to the flow definition to verify the remediation.