tag

flowstudio

3 indexed skills · max 10 per page

skills (3)

flowstudio-power-automate-debug

github/awesome-copilot · Productivity

0

Diagnose and fix failing Power Automate cloud flows through step-by-step error inspection. \n \n Requires a FlowStudio MCP server connection with valid JWT; see the flowstudio-power-automate-mcp skill for setup \n Provides a structured 8-step workflow: locate flow, find failing run, extract top-level error, read flow definition, inspect action outputs, pinpoint root cause, apply fix, and verify \n Supports fast-path diagnosis via FlowStudio for Teams subscriptions using get_store_flow_errors for

flowstudio-power-automate-build

github/awesome-copilot · Frontend

0

Programmatically build, scaffold, and deploy Power Automate cloud flows via FlowStudio MCP. \n \n Requires a FlowStudio MCP subscription and valid JWT token; connection setup covered in the flowstudio-power-automate-mcp skill \n Covers the full build workflow: safety checks for existing flows, connection reference discovery, definition construction, deployment (create or update), and test execution \n Includes reference templates for triggers, core actions (variables, control flow, expressions),

flowstudio-power-automate-mcp

github/awesome-copilot · Productivity

0

Programmatic Power Automate flow management via FlowStudio MCP server. \n \n List, read, and monitor cloud flows directly from the Power Automate API without UI or manual steps \n Inspect run history, per-action error details, and trigger outputs; resubmit failed runs or cancel active executions \n Update flow definitions, manage connections, and retrieve HTTP-triggered flow callback URLs \n Requires FlowStudio MCP subscription with JWT token authentication; Python or Node.js helper functions pr