Skip to main content
Glama
kaael1
by kaael1

create_flow_in_solution

Create a new blank cloud flow, add it to an unmanaged solution, and set it as the active target for automation.

Instructions

Create a new blank flow in the current environment, add it to an unmanaged solution, and connect it as the active target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
displayNameYes
triggerTypeNo
addRequiredComponentsNo
doNotIncludeSubcomponentsNo
envIdNoenvId
solutionUniqueNameYes
Behavior2/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It reveals the tool performs a mutation (create, add, connect) but omits critical behavioral traits such as required permissions, whether the operation is atomic, what happens if the solution doesn't exist, or if connecting as active target overwrites an existing active target.

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

Conciseness4/5

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

A single sentence of 20 words that concisely conveys the tool's core function. It is front-loaded with the main action. However, it could benefit from slight expansion to cover parameter context.

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

Completeness2/5

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

Given the tool has 6 parameters, no output schema, and no annotations, the description is insufficient. It lacks information about the effect parameters have on the behavior, what the return value is, and prerequisites for the solution (e.g., must be unmanaged). The description is too minimal to fully prepare an agent for correct invocation.

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

Parameters2/5

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

Schema description coverage is only 17% (trivial for envId). The description adds no meaningful explanation for parameters like 'triggerType' (despite describing a 'blank flow'), 'addRequiredComponents', or 'doNotIncludeSubcomponents'. 'displayName' and 'solutionUniqueName' are required but not elaborated.

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

Purpose5/5

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

The description uses a specific verb 'Create' and identifies the resources: 'new blank flow', 'add it to an unmanaged solution', and 'connect it as the active target'. This clearly distinguishes it from sibling tools like 'create_flow' (just creates) and 'add_flow_to_solution' (just adds).

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

Usage Guidelines3/5

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

The description implies the scenario where one needs a flow created, added to a solution, and set as active target, but does not explicitly state when this tool is preferred over using the individual sibling tools sequentially or if there are prerequisites like the solution must already exist and be unmanaged.

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/kaael1/mcp-power-automate'

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