Microsoft Azure · Capability

Microsoft Azure AppConfigurationManagementClient — Operations

Microsoft Azure AppConfigurationManagementClient — Operations. 3 operations. Lead operation: Microsoft Azure Get Providers Microsoft Appconfiguration Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazureoperationslist — Microsoft Azure Get Providers Microsoft Appconfiguration Operations
/v1/providers/microsoft-appconfiguration/operations
POST
Microsoftazureoperationschecknameavailability — Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Checknameavailability
/v1/subscriptions/{subscriptionid}/providers/microsoft-appconfiguration/checknameavailability
POST
Microsoftazureoperationsregionalchecknameavailability — Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Locations Location Checknameavailability
/v1/subscriptions/{subscriptionid}/providers/microsoft-appconfiguration/locations/{location}/checknameavailability

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Appconfiguration Operations

read-only idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Checknameavailability

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Locations Location Checknameavailability

Capability Spec

appconfigurationmanagementclient-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AppConfigurationManagementClient — Operations
  description: 'Microsoft Azure AppConfigurationManagementClient — Operations. 3 operations. Lead operation: Microsoft Azure
    Get Providers Microsoft Appconfiguration Operations. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Operations
  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: appconfigurationmanagementclient-operations
    baseUri: https://management.azure.com
    description: Microsoft Azure AppConfigurationManagementClient — Operations business capability. Self-contained, no shared
      references.
    resources:
    - name: providers-Microsoft.AppConfiguration-operations
      path: /providers/Microsoft.AppConfiguration/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Appconfiguration Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: 'A skip token is used to continue retrieving items after an operation returns a partial result. If
            a previous response contains a nextLink element, the value of '
    - name: subscriptions-subscriptionId-providers-Microsoft.AppConfiguration-checkNameAvail
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability
      operations:
      - name: microsoftazureoperationschecknameavailability
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: checkNameAvailabilityParameters
          in: body
          type: string
          description: The object containing information for the availability request.
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.AppConfiguration-locations-loca
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/checkNameAvailability
      operations:
      - name: microsoftazureoperationsregionalchecknameavailability
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Locations Location
          Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: checkNameAvailabilityParameters
          in: body
          type: string
          description: The object containing information for the availability request.
          required: true
  exposes:
  - type: rest
    namespace: appconfigurationmanagementclient-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure AppConfigurationManagementClient — Operations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-appconfiguration/operations
      name: providers-microsoft-appconfiguration-operations
      description: REST surface for providers-Microsoft.AppConfiguration-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Microsoft Azure Get Providers Microsoft Appconfiguration Operations
        call: appconfigurationmanagementclient-operations.microsoftazureoperationslist
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-appconfiguration/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-appconfiguration-checknameavail
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AppConfiguration-checkNameAvail.
      operations:
      - method: POST
        name: microsoftazureoperationschecknameavailability
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Checknameavailability
        call: appconfigurationmanagementclient-operations.microsoftazureoperationschecknameavailability
        with:
          checkNameAvailabilityParameters: rest.checkNameAvailabilityParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-appconfiguration/locations/{location}/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-appconfiguration-locations-loca
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AppConfiguration-locations-loca.
      operations:
      - method: POST
        name: microsoftazureoperationsregionalchecknameavailability
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Locations Location
          Checknameavailability
        call: appconfigurationmanagementclient-operations.microsoftazureoperationsregionalchecknameavailability
        with:
          checkNameAvailabilityParameters: rest.checkNameAvailabilityParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: appconfigurationmanagementclient-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AppConfigurationManagementClient — Operations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Appconfiguration Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: appconfigurationmanagementclient-operations.microsoftazureoperationslist
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: appconfigurationmanagementclient-operations.microsoftazureoperationschecknameavailability
      with:
        checkNameAvailabilityParameters: tools.checkNameAvailabilityParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Appconfiguration Locations Location
        Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: appconfigurationmanagementclient-operations.microsoftazureoperationsregionalchecknameavailability
      with:
        checkNameAvailabilityParameters: tools.checkNameAvailabilityParameters
      outputParameters:
      - type: object
        mapping: $.