Microsoft Azure · Capability

Microsoft Azure ApiManagementClient — ApiVersionSet

Microsoft Azure ApiManagementClient — ApiVersionSet. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApiVersionSet

What You Can Do

GET
Microsoftazureworkspaceapiversionsetlistbyservice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets
HEAD
Microsoftazureworkspaceapiversionsetgetentitytag — Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets/{versionsetid}
GET
Microsoftazureworkspaceapiversionsetget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets/{versionsetid}
PUT
Microsoftazureworkspaceapiversionsetcreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets/{versionsetid}
PATCH
Microsoftazureworkspaceapiversionsetupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets/{versionsetid}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets

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

Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid

microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid

idempotent

Capability Spec

apimanagementclient-apiversionset.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ApiManagementClient — ApiVersionSet
  description: 'Microsoft Azure ApiManagementClient — ApiVersionSet. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement Service Servicename Workspaces Workspaceid
    Apiversionsets. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ApiVersionSet
  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: apimanagementclient-apiversionset
    baseUri: https://management.azure.com
    description: Microsoft Azure ApiManagementClient — ApiVersionSet business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apiVersionSets
      operations:
      - name: microsoftazureworkspaceapiversionsetlistbyservice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: '|     Field     |     Usage     |     Supported operators     |     Supported functions     |</br>|-------------|-------------|-------------|-------------|</br>'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apiVersionSets/{versionSetId}
      operations:
      - name: microsoftazureworkspaceapiversionsetgetentitytag
        method: HEAD
        description: Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureworkspaceapiversionsetget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureworkspaceapiversionsetcreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Create or update parameters.
          required: true
      - name: microsoftazureworkspaceapiversionsetupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Update parameters.
          required: true
  exposes:
  - type: rest
    namespace: apimanagementclient-apiversionset-rest
    port: 8080
    description: REST adapter for Microsoft Azure ApiManagementClient — ApiVersionSet. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkspaceapiversionsetlistbyservice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets
        call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetlistbyservice
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/apiversionsets/{versionsetid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: microsoftazureworkspaceapiversionsetgetentitytag
        description: Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetgetentitytag
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureworkspaceapiversionsetget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureworkspaceapiversionsetcreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetcreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureworkspaceapiversionsetupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
        call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apimanagementclient-apiversionset-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ApiManagementClient — ApiVersionSet. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement
        Service Servicename Workspaces Workspaceid Apiversionsets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetlistbyservice
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-head-subscriptions-subscriptionid
      description: Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetgetentitytag
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement
        Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Apimanagement
        Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetcreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Apimanagement Service Servicename Workspaces Workspaceid Apiversionsets Versionsetid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: apimanagementclient-apiversionset.microsoftazureworkspaceapiversionsetupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.