Skip to main content
Glama
michsob

PowerPlatform MCP

Get Flows

get-flows

Get Power Automate cloud flows with smart filters excluding system, Copilot Sales, and Customer Insights flows by default. Filter by activation status, name, or environment to locate specific workflows.

Instructions

Get Power Automate cloud flows with smart filtering (excludes system, Copilot Sales, and Customer Insights flows by default)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeOnlyNoOnly return activated flows (default: false)
maxRecordsNoMaximum number of flows to return (default: 25)
excludeCustomerInsightsNoExclude Customer Insights flows (default: true)
excludeSystemNoExclude SYSTEM-modified flows (default: true)
excludeCopilotSalesNoExclude Copilot for Sales flows (default: true)
nameContainsNoFilter flows by name (contains match)
environmentNoEnvironment name (e.g. DEV, UAT). Uses default if omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalCountYes
hasMoreYes
flowsYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full disclosure burden. It successfully documents default exclusions (system, Copilot Sales, Customer Insights flows) but omits pagination behavior, rate limits, or auth requirements despite having 7 parameters and an output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single, efficient sentence front-loaded with the core action. The parenthetical default exclusions earn their place by conveying critical behavioral information without verbosity. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a listing tool with 100% schema coverage and output schema present. However, given the high sibling density (get-flow-definition, get-flow-inventory, get-flow-runs), the description should explain the distinction between these similar tools to prevent selection errors.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, establishing baseline 3. The description references the default filtering behavior corresponding to boolean parameters, but adds no semantic depth beyond what the schema already documents for the 7 parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves 'Power Automate cloud flows' with specific verb-resource pairing. However, it fails to distinguish from siblings like 'get-flow-inventory' or 'get-flow-definition', leaving ambiguity about which flow-retrieval tool to use.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like 'get-flow-definition' or 'get-flow-inventory'. The phrase 'smart filtering' hints at use cases but doesn't clarify prerequisites or selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michsob/powerplatform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server