Microsoft Azure · Capability

Microsoft Azure Provider API Client — Provider

Microsoft Azure Provider API Client — Provider. 7 operations. Lead operation: Microsoft Azure Get Available Application Frameworks And Their Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProvider

What You Can Do

GET
Microsoftazureprovidergetavailablestacks — Microsoft Azure Get Available Application Frameworks And Their Versions
/v1/providers/microsoft-web/availablestacks
GET
Microsoftazureprovidergetfunctionappstacks — Microsoft Azure Get Available Function App Frameworks And Their Versions
/v1/providers/microsoft-web/functionappstacks
GET
Microsoftazureprovidergetfunctionappstacksforlocation — Microsoft Azure Get Available Function App Frameworks And Their Versions For Location
/v1/providers/microsoft-web/locations/{location}/functionappstacks
GET
Microsoftazureprovidergetwebappstacksforlocation — Microsoft Azure Get Available Web App Frameworks And Their Versions For Location
/v1/providers/microsoft-web/locations/{location}/webappstacks
GET
Microsoftazureproviderlistoperations — Microsoft Azure Gets All Available Operations For The Microsoft Web Resource Provider Also Exposes Resource Metric Definitions
/v1/providers/microsoft-web/operations
GET
Microsoftazureprovidergetwebappstacks — Microsoft Azure Get Available Web App Frameworks And Their Versions
/v1/providers/microsoft-web/webappstacks
GET
Microsoftazureprovidergetavailablestacksonprem — Microsoft Azure Get Available Application Frameworks And Their Versions
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/availablestacks

MCP Tools

microsoft-azure-get-available-application

Microsoft Azure Get Available Application Frameworks And Their Versions

read-only idempotent
microsoft-azure-get-available-function

Microsoft Azure Get Available Function App Frameworks And Their Versions

read-only idempotent
microsoft-azure-get-available-function-2

Microsoft Azure Get Available Function App Frameworks And Their Versions For Location

read-only idempotent
microsoft-azure-get-available-web

Microsoft Azure Get Available Web App Frameworks And Their Versions For Location

read-only idempotent
microsoft-azure-gets-all-available

Microsoft Azure Gets All Available Operations For The Microsoft Web Resource Provider Also Exposes Resource Metric Definitions

read-only idempotent
microsoft-azure-get-available-web-2

Microsoft Azure Get Available Web App Frameworks And Their Versions

read-only idempotent
microsoft-azure-get-available-application-2

Microsoft Azure Get Available Application Frameworks And Their Versions

read-only idempotent

Capability Spec

provider-api-client-provider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Provider API Client — Provider
  description: 'Microsoft Azure Provider API Client — Provider. 7 operations. Lead operation: Microsoft Azure Get Available
    Application Frameworks And Their Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Provider
  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: provider-api-client-provider
    baseUri: https://management.azure.com
    description: Microsoft Azure Provider API Client — Provider business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Web-availableStacks
      path: /providers/Microsoft.Web/availableStacks
      operations:
      - name: microsoftazureprovidergetavailablestacks
        method: GET
        description: Microsoft Azure Get Available Application Frameworks And Their Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Web-functionAppStacks
      path: /providers/Microsoft.Web/functionAppStacks
      operations:
      - name: microsoftazureprovidergetfunctionappstacks
        method: GET
        description: Microsoft Azure Get Available Function App Frameworks And Their Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Web-locations-location-functionAppStacks
      path: /providers/Microsoft.Web/locations/{location}/functionAppStacks
      operations:
      - name: microsoftazureprovidergetfunctionappstacksforlocation
        method: GET
        description: Microsoft Azure Get Available Function App Frameworks And Their Versions For Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          description: Function App stack location.
          required: true
    - name: providers-Microsoft.Web-locations-location-webAppStacks
      path: /providers/Microsoft.Web/locations/{location}/webAppStacks
      operations:
      - name: microsoftazureprovidergetwebappstacksforlocation
        method: GET
        description: Microsoft Azure Get Available Web App Frameworks And Their Versions For Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          description: Web App stack location.
          required: true
    - name: providers-Microsoft.Web-operations
      path: /providers/Microsoft.Web/operations
      operations:
      - name: microsoftazureproviderlistoperations
        method: GET
        description: Microsoft Azure Gets All Available Operations For The Microsoft Web Resource Provider Also Exposes Resource
          Metric Definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Web-webAppStacks
      path: /providers/Microsoft.Web/webAppStacks
      operations:
      - name: microsoftazureprovidergetwebappstacks
        method: GET
        description: Microsoft Azure Get Available Web App Frameworks And Their Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-availableStacks
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks
      operations:
      - name: microsoftazureprovidergetavailablestacksonprem
        method: GET
        description: Microsoft Azure Get Available Application Frameworks And Their Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: provider-api-client-provider-rest
    port: 8080
    description: REST adapter for Microsoft Azure Provider API Client — Provider. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-web/availablestacks
      name: providers-microsoft-web-availablestacks
      description: REST surface for providers-Microsoft.Web-availableStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetavailablestacks
        description: Microsoft Azure Get Available Application Frameworks And Their Versions
        call: provider-api-client-provider.microsoftazureprovidergetavailablestacks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-web/functionappstacks
      name: providers-microsoft-web-functionappstacks
      description: REST surface for providers-Microsoft.Web-functionAppStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetfunctionappstacks
        description: Microsoft Azure Get Available Function App Frameworks And Their Versions
        call: provider-api-client-provider.microsoftazureprovidergetfunctionappstacks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-web/locations/{location}/functionappstacks
      name: providers-microsoft-web-locations-location-functionappstacks
      description: REST surface for providers-Microsoft.Web-locations-location-functionAppStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetfunctionappstacksforlocation
        description: Microsoft Azure Get Available Function App Frameworks And Their Versions For Location
        call: provider-api-client-provider.microsoftazureprovidergetfunctionappstacksforlocation
        with:
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-web/locations/{location}/webappstacks
      name: providers-microsoft-web-locations-location-webappstacks
      description: REST surface for providers-Microsoft.Web-locations-location-webAppStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetwebappstacksforlocation
        description: Microsoft Azure Get Available Web App Frameworks And Their Versions For Location
        call: provider-api-client-provider.microsoftazureprovidergetwebappstacksforlocation
        with:
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-web/operations
      name: providers-microsoft-web-operations
      description: REST surface for providers-Microsoft.Web-operations.
      operations:
      - method: GET
        name: microsoftazureproviderlistoperations
        description: Microsoft Azure Gets All Available Operations For The Microsoft Web Resource Provider Also Exposes Resource
          Metric Definitions
        call: provider-api-client-provider.microsoftazureproviderlistoperations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-web/webappstacks
      name: providers-microsoft-web-webappstacks
      description: REST surface for providers-Microsoft.Web-webAppStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetwebappstacks
        description: Microsoft Azure Get Available Web App Frameworks And Their Versions
        call: provider-api-client-provider.microsoftazureprovidergetwebappstacks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/availablestacks
      name: subscriptions-subscriptionid-providers-microsoft-web-availablestacks
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-availableStacks.
      operations:
      - method: GET
        name: microsoftazureprovidergetavailablestacksonprem
        description: Microsoft Azure Get Available Application Frameworks And Their Versions
        call: provider-api-client-provider.microsoftazureprovidergetavailablestacksonprem
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provider-api-client-provider-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Provider API Client — Provider. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-available-application
      description: Microsoft Azure Get Available Application Frameworks And Their Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetavailablestacks
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-available-function
      description: Microsoft Azure Get Available Function App Frameworks And Their Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetfunctionappstacks
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-available-function-2
      description: Microsoft Azure Get Available Function App Frameworks And Their Versions For Location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetfunctionappstacksforlocation
      with:
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-available-web
      description: Microsoft Azure Get Available Web App Frameworks And Their Versions For Location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetwebappstacksforlocation
      with:
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-all-available
      description: Microsoft Azure Gets All Available Operations For The Microsoft Web Resource Provider Also Exposes Resource
        Metric Definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureproviderlistoperations
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-available-web-2
      description: Microsoft Azure Get Available Web App Frameworks And Their Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetwebappstacks
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-available-application-2
      description: Microsoft Azure Get Available Application Frameworks And Their Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-api-client-provider.microsoftazureprovidergetavailablestacksonprem
      outputParameters:
      - type: object
        mapping: $.