Microsoft Azure · Capability

Microsoft Azure LogicAppsManagementClient — Managed APIs

Microsoft Azure LogicAppsManagementClient — Managed APIs. 2 operations. Lead operation: Microsoft Azure Lists Managed Apis. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureManaged APIs

What You Can Do

GET
Microsoftazuremanagedapislist — Microsoft Azure Lists Managed Apis
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/managedapis
GET
Microsoftazuremanagedapisget — Microsoft Azure Gets Managed Api
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/managedapis/{apiname}

MCP Tools

microsoft-azure-lists-managed-apis

Microsoft Azure Lists Managed Apis

read-only idempotent
microsoft-azure-gets-managed-api

Microsoft Azure Gets Managed Api

read-only idempotent

Capability Spec

logicappsmanagementclient-managed-apis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure LogicAppsManagementClient — Managed APIs
  description: 'Microsoft Azure LogicAppsManagementClient — Managed APIs. 2 operations. Lead operation: Microsoft Azure Lists
    Managed Apis. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Managed APIs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: logicappsmanagementclient-managed-apis
    baseUri: https://management.azure.com
    description: Microsoft Azure LogicAppsManagementClient — Managed APIs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-managedA
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis
      operations:
      - name: microsoftazuremanagedapislist
        method: GET
        description: Microsoft Azure Lists Managed Apis
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-managedA
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis/{apiName}
      operations:
      - name: microsoftazuremanagedapisget
        method: GET
        description: Microsoft Azure Gets Managed Api
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: logicappsmanagementclient-managed-apis-rest
    port: 8080
    description: REST adapter for Microsoft Azure LogicAppsManagementClient — Managed APIs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/managedapis
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-manageda
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-managedA.
      operations:
      - method: GET
        name: microsoftazuremanagedapislist
        description: Microsoft Azure Lists Managed Apis
        call: logicappsmanagementclient-managed-apis.microsoftazuremanagedapislist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/managedapis/{apiname}
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-manageda
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-managedA.
      operations:
      - method: GET
        name: microsoftazuremanagedapisget
        description: Microsoft Azure Gets Managed Api
        call: logicappsmanagementclient-managed-apis.microsoftazuremanagedapisget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: logicappsmanagementclient-managed-apis-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure LogicAppsManagementClient — Managed APIs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-managed-apis
      description: Microsoft Azure Lists Managed Apis
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicappsmanagementclient-managed-apis.microsoftazuremanagedapislist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-managed-api
      description: Microsoft Azure Gets Managed Api
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicappsmanagementclient-managed-apis.microsoftazuremanagedapisget
      outputParameters:
      - type: object
        mapping: $.