Microsoft Power Automate · Capability

Microsoft Power Automate Management API — Connections

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

Run with Naftiko Microsoft Power AutomateConnections

What You Can Do

GET
Listconnections — Microsoft Power Automate List Connections
/v1/providers/microsoft-processsimple/environments/{environmentname}/connections

MCP Tools

microsoft-power-automate-list-connections

Microsoft Power Automate List Connections

read-only idempotent

Capability Spec

management-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Power Automate Management API — Connections
  description: 'Microsoft Power Automate Management API — Connections. 1 operations. Lead operation: Microsoft Power Automate
    List Connections. Self-contained Naftiko capability covering one Microsoft Power Automate business surface.'
  tags:
  - Microsoft Power Automate
  - Connections
  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-connections
    baseUri: https://api.flow.microsoft.com
    description: Microsoft Power Automate Management API — Connections business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.ProcessSimple-environments-environmentName-connections
      path: /providers/Microsoft.ProcessSimple/environments/{environmentName}/connections
      operations:
      - name: listconnections
        method: GET
        description: Microsoft Power Automate List Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: environmentName
          in: path
          type: string
          description: The name of the environment.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_POWER_AUTOMATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: management-connections-rest
    port: 8080
    description: REST adapter for Microsoft Power Automate Management API — Connections. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-processsimple/environments/{environmentname}/connections
      name: providers-microsoft-processsimple-environments-environmentname-connections
      description: REST surface for providers-Microsoft.ProcessSimple-environments-environmentName-connections.
      operations:
      - method: GET
        name: listconnections
        description: Microsoft Power Automate List Connections
        call: management-connections.listconnections
        with:
          environmentName: rest.environmentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Power Automate Management API — Connections. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-power-automate-list-connections
      description: Microsoft Power Automate List Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-connections.listconnections
      with:
        environmentName: tools.environmentName
      outputParameters:
      - type: object
        mapping: $.