Microsoft Azure · Capability

Microsoft Azure DeletedWebApps API Client — DeletedWebApps

Microsoft Azure DeletedWebApps API Client — DeletedWebApps. 3 operations. Lead operation: Microsoft Azure Get All Deleted Apps For A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeletedWebApps

What You Can Do

GET
Microsoftazuredeletedwebappslist — Microsoft Azure Get All Deleted Apps For A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites
GET
Microsoftazuredeletedwebappslistbylocation — Microsoft Azure Get All Deleted Apps For A Subscription At Location
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites
GET
Microsoftazuredeletedwebappsgetdeletedwebappbylocation — Microsoft Azure Get Deleted App For A Subscription At Location
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites/{deletedsiteid}

MCP Tools

microsoft-azure-get-all-deleted

Microsoft Azure Get All Deleted Apps For A Subscription

read-only idempotent
microsoft-azure-get-all-deleted-2

Microsoft Azure Get All Deleted Apps For A Subscription At Location

read-only idempotent
microsoft-azure-get-deleted-app

Microsoft Azure Get Deleted App For A Subscription At Location

read-only idempotent

Capability Spec

deletedwebapps-api-client-deletedwebapps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DeletedWebApps API Client — DeletedWebApps
  description: 'Microsoft Azure DeletedWebApps API Client — DeletedWebApps. 3 operations. Lead operation: Microsoft Azure
    Get All Deleted Apps For A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DeletedWebApps
  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: deletedwebapps-api-client-deletedwebapps
    baseUri: https://management.azure.com
    description: Microsoft Azure DeletedWebApps API Client — DeletedWebApps business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-deletedSites
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites
      operations:
      - name: microsoftazuredeletedwebappslist
        method: GET
        description: Microsoft Azure Get All Deleted Apps For A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
      operations:
      - name: microsoftazuredeletedwebappslistbylocation
        method: GET
        description: Microsoft Azure Get All Deleted Apps For A Subscription At Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
      operations:
      - name: microsoftazuredeletedwebappsgetdeletedwebappbylocation
        method: GET
        description: Microsoft Azure Get Deleted App For A Subscription At Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          required: true
        - name: deletedSiteId
          in: path
          type: string
          description: The numeric ID of the deleted app, e.g. 12345
          required: true
  exposes:
  - type: rest
    namespace: deletedwebapps-api-client-deletedwebapps-rest
    port: 8080
    description: REST adapter for Microsoft Azure DeletedWebApps API Client — DeletedWebApps. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites
      name: subscriptions-subscriptionid-providers-microsoft-web-deletedsites
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-deletedSites.
      operations:
      - method: GET
        name: microsoftazuredeletedwebappslist
        description: Microsoft Azure Get All Deleted Apps For A Subscription
        call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-deleteds
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS.
      operations:
      - method: GET
        name: microsoftazuredeletedwebappslistbylocation
        description: Microsoft Azure Get All Deleted Apps For A Subscription At Location
        call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappslistbylocation
        with:
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites/{deletedsiteid}
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-deleteds
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS.
      operations:
      - method: GET
        name: microsoftazuredeletedwebappsgetdeletedwebappbylocation
        description: Microsoft Azure Get Deleted App For A Subscription At Location
        call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappsgetdeletedwebappbylocation
        with:
          location: rest.location
          deletedSiteId: rest.deletedSiteId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deletedwebapps-api-client-deletedwebapps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DeletedWebApps API Client — DeletedWebApps. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-all-deleted
      description: Microsoft Azure Get All Deleted Apps For A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-deleted-2
      description: Microsoft Azure Get All Deleted Apps For A Subscription At Location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappslistbylocation
      with:
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-deleted-app
      description: Microsoft Azure Get Deleted App For A Subscription At Location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deletedwebapps-api-client-deletedwebapps.microsoftazuredeletedwebappsgetdeletedwebappbylocation
      with:
        location: tools.location
        deletedSiteId: tools.deletedSiteId
      outputParameters:
      - type: object
        mapping: $.