Microsoft Azure · Capability

Microsoft Azure Global API Client — Global

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

Run with Naftiko Microsoft AzureGlobal

What You Can Do

GET
Microsoftazureglobalgetdeletedwebapp — Microsoft Azure Get Deleted App For A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites/{deletedsiteid}
GET
Microsoftazureglobalgetdeletedwebappsnapshots — Microsoft Azure Get All Deleted Apps For A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites/{deletedsiteid}/snapshots
GET
Microsoftazureglobalgetsubscriptionoperationwithasyncresponse — Microsoft Azure Gets An Operation In A Subscription And Given Region
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/operations/{operationid}

MCP Tools

microsoft-azure-get-deleted-app

Microsoft Azure Get Deleted App For A Subscription

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

Microsoft Azure Get All Deleted Apps For A Subscription

read-only idempotent
microsoft-azure-gets-operation-subscription

Microsoft Azure Gets An Operation In A Subscription And Given Region

read-only idempotent

Capability Spec

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