list_environments
List all Power Automate environments visible to the signed-in user, including IDs, names, and default status. Identify the default environment for use in subsequent automation tasks.
Instructions
List the Power Automate environments visible to the signed-in user.
Returns: { id, name, displayName, location, isDefault }. The entry with isDefault=true is the user's default environment, used by other tools when environment is omitted.
Parameters: none.
Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change.
Example: list_environments {}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||