
Flowstudio Power Automate Monitoring
See tenant-wide Power Automate health—failure rates, run trends, maker inventory, and compliance reports—via FlowStudio MCP cached store reads.
Overview
FlowStudio Power Automate Monitoring is an agent skill for the Operate phase that reports tenant-wide Power Automate health through FlowStudio MCP cached store tools.
Install
npx skills add https://github.com/github/awesome-copilot --skill flowstudio-power-automate-monitoringWhat is this skill?
- Tenant-wide views from FlowStudio MCP cached store—fast reads without PA API rate limits
- Tracks failure rates, run-health trends, maker/app inventory, and inactive owners
- Pro+ subscription required; store_* tools return 403/404 otherwise—stop and link pricing
- Explicit redirect: single environment, one flow, or root-cause → flowstudio-power-automate-mcp or debug skills
- Discover tools via tool_search query select:list_store_flows instead of full tools/list
- Pro+ subscription gate on all store_* tool calls
- 3 alternate skills named for single-flow vs debug vs live MCP paths
Adoption & trust: 638 installs on skills.sh; 34.6k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You cannot see which flows fail across the tenant or which makers own stale automations without slow, rate-limited PA API polling.
Who is it for?
Pro+ subscribers who need multi-flow, multi-environment governance snapshots for Power Automate estates.
Skip if: Free-tier users, single-flow root-cause debugging, or run/start/stop control on one environment—use flowstudio-power-automate-mcp or debug skills instead.
When should I use this skill?
User asks for tenant-wide Power Automate monitoring, failure rates, or compliance health using FlowStudio cached store—not single-flow debug.
What do I get? / Deliverables
You get aggregated failure rates, inventory, and compliance-oriented health reports from the cached store, or a clear Pro+ upgrade path when store access is denied.
- Tenant health and failure-rate summary
- Maker/app inventory report
- Remediation-oriented compliance snapshot
Recommended Skills
Journey fit
Operate is where recurring flow failures and inactive owners become production risk; this skill is aggregated monitoring, not building new flows. Monitoring subphase matches store_* tenant dashboards, failure-rate views, and health reports rather than single-flow debug or run control.
How it compares
Tenant cached analytics skill—not a replacement for live per-flow MCP debugging or Power Automate designer edits.
Common Questions / FAQ
Who is flowstudio-power-automate-monitoring for?
Solo builders or small ops leads on Microsoft 365 with FlowStudio Pro+ who oversee many Power Automate flows and need compliance and health rollups.
When should I use flowstudio-power-automate-monitoring?
During operate monitoring when you want tenant-wide failure trends, inactive owners, or maker inventory—not when fixing one flow run in one environment.
Is flowstudio-power-automate-monitoring safe to install?
It calls third-party MCP store APIs with tenant metadata; review the Security Audits panel on this page and confirm Pro+ access before granting network and API credentials.
Workflow Chain
Then invoke: flowstudio power automate mcp
SKILL.md
READMESKILL.md - Flowstudio Power Automate Monitoring
# Power Automate Monitoring with FlowStudio MCP Monitor flow health, track failure rates, and inventory tenant assets through the FlowStudio MCP **cached store** — fast reads, no PA API rate limits, and enriched with governance metadata and remediation hints. > **⚠️ Pro+ subscription required.** This skill calls `store_*` tools that > only work for FlowStudio for Teams or MCP Pro+ subscribers. > > **If the user does not have Pro+ access:** the first `store_*` tool call > will return a 403/404 error. When that happens: > 1. STOP calling store tools > 2. Tell the user this feature requires a Pro+ subscription > 3. Link them to https://mcp.flowstudio.app/pricing > 4. If their question can be answered with live tools (e.g. "list flows in > one environment"), offer to use the `flowstudio-power-automate-mcp` skill instead > > **Discovery:** load tool schemas via `tool_search` rather than `tools/list` — > call with `query: "select:list_store_flows,get_store_flow_summary"` for the > common monitoring tools, or load the full set with `query: "skill:governance"` > (the server's governance bundle covers most monitoring reads too — this skill > and `flowstudio-power-automate-governance` share the underlying tool family). This skill > covers response shapes, behavioral notes, and workflow patterns — things > `tool_search` cannot tell you. If this document disagrees with a real API > response, the API wins. --- ## How Monitoring Works Flow Studio scans the Power Automate API daily for each subscriber and caches the results. There are two levels: - **All flows** get metadata scanned: definition, connections, owners, trigger type, and aggregate run statistics (`runPeriodTotal`, `runPeriodFailRate`, etc.). Environments, apps, connections, and makers are also scanned. - **Monitored flows** (`monitor: true`) additionally get per-run detail: individual run records with status, duration, failed action names, and remediation hints. This is what populates `get_store_flow_runs` and `get_store_flow_summary`. **Data freshness:** Check the `scanned` field on `get_store_flow` to see when a flow was last scanned. If stale, the scanning pipeline may not be running. **Enabling monitoring:** Set `monitor: true` via `update_store_flow` or the Flow Studio for Teams app ([how to select flows](https://learn.flowstudio.app/teams-monitoring)). **Designating critical flows:** Use `update_store_flow` with `critical=true` on business-critical flows. This enables the governance skill's notification rule management to auto-configure failure alerts on critical flows. --- ## Tools | Tool | Purpose | |---|---| | `list_store_flows` | List flows with failure rates and monitoring filters | | `get_store_flow` | Full cached record: run stats, owners, tier, connections, definition (`triggerUrl` field included) | | `get_store_flow_summary` | Aggregated run stats: success/fail rate, avg/max duration | | `get_store_flow_runs` | Per-run history with duration, status, failed actions, remediation (filter `status="Failed"` for errors-only view) | | `update_store_flow` | Set monitor flag, notification rules, tags, governance metadata | | `list_store_environments` | All Power Platform environments | | `list_store_connections` | All connections | | `list_store_makers` | All makers (citizen developers) | | `get_store_maker` | Maker detail: flow/app counts, licenses, account status | | `list_store_power_apps` | All Power Apps canvas a