
from awesome-codex-plugins228
Monitor Power Automate tenant health and failure trends from a fast FlowStudio MCP cached store — identify failing flows, review error trends, and inventory Pow
Provides read-focused monitoring capabilities for Power Automate by using FlowStudio's MCP cached store. The skill surfaces aggregated run statistics, per-run failure details (with remediation hints), maker and Power Apps inventory, environment and connection counts, and governance metadata — all without hitting live Power Automate API rate limits.
Use this skill when you need tenant-wide health overviews, to find failing or high-failure-rate flows, investigate recent error runs with remediation suggestions, list flows with monitoring enabled, or audit makers and Power Apps ownership. It's intended for diagnostics, governance checks, and inventory tasks where fast, aggregated reads are preferred to live API calls. Requires a FlowStudio for Teams or MCP Pro+ subscription.
list_store_flows, get_store_flow, get_store_flow_summary, get_store_flow_runs, get_store_flow_errors, update_store_flow, environment and maker listing) and step-by-step workflows for finding unhealthy flows, daily health checks, enabling monitoring, and inventories.Best for agents that have tool access to FlowStudio MCP or Power Automate connectors (agents supporting external API tooling and cached store reads).
A well-structured reference skill for monitoring Power Automate tenant health via FlowStudio MCP's cached store. No bundled scripts — pure SKILL.md documentation with detailed tool reference, response shape examples, and practical workflow patterns. Covers store vs live API distinction clearly and includes useful edge case notes like JSON string parsing requirements and data freshness checks.
No security concerns — no scripts, no shell commands, no network calls. Pure documentation skill. Several JSON string fields (owners, connections, actions, etc.) require json.loads() parsing which is clearly documented. Store vs Live table is a helpful design pattern. Niche audience limits usefulness but high quality for its domain.