Microsoft Azure · Capability

Microsoft Azure ContainerApps API Client — ContainerApps

Microsoft Azure ContainerApps API Client — ContainerApps. 6 operations. Lead operation: Microsoft Azure Get The Container Apps In A Given Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureContainerApps

What You Can Do

GET
Microsoftazurecontainerappslistbysubscription — Microsoft Azure Get The Container Apps In A Given Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/containerapps
POST
Microsoftazurecontainerappslistsecrets — Microsoft Azure List Secrets For A Container App
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/containerapps/{name}/listsecrets
GET
Microsoftazurecontainerappslistbyresourcegroup — Microsoft Azure Get The Container Apps In A Given Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps
GET
Microsoftazurecontainerappsget — Microsoft Azure Get The Properties Of A Container App
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps/{name}
PUT
Microsoftazurecontainerappscreateorupdate — Microsoft Azure Create Or Update A Container App
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps/{name}
DELETE
Microsoftazurecontainerappsdelete — Microsoft Azure Delete A Container App
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps/{name}

MCP Tools

microsoft-azure-get-container-apps

Microsoft Azure Get The Container Apps In A Given Subscription

read-only idempotent
microsoft-azure-list-secrets-container

Microsoft Azure List Secrets For A Container App

read-only
microsoft-azure-get-container-apps-2

Microsoft Azure Get The Container Apps In A Given Resource Group

read-only idempotent
microsoft-azure-get-properties-container

Microsoft Azure Get The Properties Of A Container App

read-only idempotent
microsoft-azure-create-update-container

Microsoft Azure Create Or Update A Container App

idempotent
microsoft-azure-delete-container-app

Microsoft Azure Delete A Container App

idempotent

Capability Spec

containerapps-api-client-containerapps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ContainerApps API Client — ContainerApps
  description: 'Microsoft Azure ContainerApps API Client — ContainerApps. 6 operations. Lead operation: Microsoft Azure Get
    The Container Apps In A Given Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ContainerApps
  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: containerapps-api-client-containerapps
    baseUri: https://management.azure.com
    description: Microsoft Azure ContainerApps API Client — ContainerApps business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-containerApps
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/containerApps
      operations:
      - name: microsoftazurecontainerappslistbysubscription
        method: GET
        description: Microsoft Azure Get The Container Apps In A Given Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-containerApps-name-listSecr
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/containerApps/{name}/listSecrets
      operations:
      - name: microsoftazurecontainerappslistsecrets
        method: POST
        description: Microsoft Azure List Secrets For A Container App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Container App.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps
      operations:
      - name: microsoftazurecontainerappslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get The Container Apps In A Given Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{name}
      operations:
      - name: microsoftazurecontainerappsget
        method: GET
        description: Microsoft Azure Get The Properties Of A Container App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Container App.
          required: true
      - name: microsoftazurecontainerappscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Container App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Container App.
          required: true
        - name: containerAppEnvelope
          in: body
          type: string
          required: true
      - name: microsoftazurecontainerappsdelete
        method: DELETE
        description: Microsoft Azure Delete A Container App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Container App.
          required: true
  exposes:
  - type: rest
    namespace: containerapps-api-client-containerapps-rest
    port: 8080
    description: REST adapter for Microsoft Azure ContainerApps API Client — ContainerApps. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/containerapps
      name: subscriptions-subscriptionid-providers-microsoft-web-containerapps
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-containerApps.
      operations:
      - method: GET
        name: microsoftazurecontainerappslistbysubscription
        description: Microsoft Azure Get The Container Apps In A Given Subscription
        call: containerapps-api-client-containerapps.microsoftazurecontainerappslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/containerapps/{name}/listsecrets
      name: subscriptions-subscriptionid-providers-microsoft-web-containerapps-name-listsecr
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-containerApps-name-listSecr.
      operations:
      - method: POST
        name: microsoftazurecontainerappslistsecrets
        description: Microsoft Azure List Secrets For A Container App
        call: containerapps-api-client-containerapps.microsoftazurecontainerappslistsecrets
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontainerappslistbyresourcegroup
        description: Microsoft Azure Get The Container Apps In A Given Resource Group
        call: containerapps-api-client-containerapps.microsoftazurecontainerappslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/containerapps/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontainerappsget
        description: Microsoft Azure Get The Properties Of A Container App
        call: containerapps-api-client-containerapps.microsoftazurecontainerappsget
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecontainerappscreateorupdate
        description: Microsoft Azure Create Or Update A Container App
        call: containerapps-api-client-containerapps.microsoftazurecontainerappscreateorupdate
        with:
          name: rest.name
          containerAppEnvelope: rest.containerAppEnvelope
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecontainerappsdelete
        description: Microsoft Azure Delete A Container App
        call: containerapps-api-client-containerapps.microsoftazurecontainerappsdelete
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: containerapps-api-client-containerapps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ContainerApps API Client — ContainerApps. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-container-apps
      description: Microsoft Azure Get The Container Apps In A Given Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerapps-api-client-containerapps.microsoftazurecontainerappslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-secrets-container
      description: Microsoft Azure List Secrets For A Container App
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: containerapps-api-client-containerapps.microsoftazurecontainerappslistsecrets
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-container-apps-2
      description: Microsoft Azure Get The Container Apps In A Given Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerapps-api-client-containerapps.microsoftazurecontainerappslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-container
      description: Microsoft Azure Get The Properties Of A Container App
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerapps-api-client-containerapps.microsoftazurecontainerappsget
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-container
      description: Microsoft Azure Create Or Update A Container App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: containerapps-api-client-containerapps.microsoftazurecontainerappscreateorupdate
      with:
        name: tools.name
        containerAppEnvelope: tools.containerAppEnvelope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-container-app
      description: Microsoft Azure Delete A Container App
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: containerapps-api-client-containerapps.microsoftazurecontainerappsdelete
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.