Microsoft Power Automate · Capability

Microsoft Power Automate Management API — Environments

Microsoft Power Automate Management API — Environments. 1 operations. Lead operation: Microsoft Power Automate List Environments. Self-contained Naftiko capability covering one Microsoft Power Automate business surface.

Run with Naftiko Microsoft Power AutomateEnvironments

What You Can Do

GET
Listenvironments — Microsoft Power Automate List Environments
/v1/providers/microsoft-processsimple/environments

MCP Tools

microsoft-power-automate-list-environments

Microsoft Power Automate List Environments

read-only idempotent

Capability Spec

management-environments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Power Automate Management API — Environments
  description: 'Microsoft Power Automate Management API — Environments. 1 operations. Lead operation: Microsoft Power Automate
    List Environments. Self-contained Naftiko capability covering one Microsoft Power Automate business surface.'
  tags:
  - Microsoft Power Automate
  - Environments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_POWER_AUTOMATE_API_KEY: MICROSOFT_POWER_AUTOMATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-environments
    baseUri: https://api.flow.microsoft.com
    description: Microsoft Power Automate Management API — Environments business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.ProcessSimple-environments
      path: /providers/Microsoft.ProcessSimple/environments
      operations:
      - name: listenvironments
        method: GET
        description: Microsoft Power Automate List Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_POWER_AUTOMATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: management-environments-rest
    port: 8080
    description: REST adapter for Microsoft Power Automate Management API — Environments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-processsimple/environments
      name: providers-microsoft-processsimple-environments
      description: REST surface for providers-Microsoft.ProcessSimple-environments.
      operations:
      - method: GET
        name: listenvironments
        description: Microsoft Power Automate List Environments
        call: management-environments.listenvironments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-environments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Power Automate Management API — Environments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-power-automate-list-environments
      description: Microsoft Power Automate List Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-environments.listenvironments
      outputParameters:
      - type: object
        mapping: $.