Microsoft Azure · Capability

Microsoft Azure DevSpacesManagement — Controllers

Microsoft Azure DevSpacesManagement — Controllers. 7 operations. Lead operation: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureControllers

What You Can Do

GET
Microsoftazurecontrollerslist — Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-devspaces/controllers
GET
Microsoftazurecontrollerslistbyresourcegroup — Microsoft Azure Lists The Azure Dev Spaces Controllers In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers
GET
Microsoftazurecontrollersget — Microsoft Azure Gets An Azure Dev Spaces Controller
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}
PUT
Microsoftazurecontrollerscreate — Microsoft Azure Creates An Azure Dev Spaces Controller
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}
DELETE
Microsoftazurecontrollersdelete — Microsoft Azure Deletes An Azure Dev Spaces Controller
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}
PATCH
Microsoftazurecontrollersupdate — Microsoft Azure Updates An Azure Dev Spaces Controller
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}
POST
Microsoftazurecontrollerslistconnectiondetails — Microsoft Azure Lists Connection Details For An Azure Dev Spaces Controller
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}/listconnectiondetails

MCP Tools

microsoft-azure-lists-azure-dev

Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription

read-only idempotent
microsoft-azure-lists-azure-dev-2

Microsoft Azure Lists The Azure Dev Spaces Controllers In A Resource Group

read-only idempotent
microsoft-azure-gets-azure-dev

Microsoft Azure Gets An Azure Dev Spaces Controller

read-only idempotent
microsoft-azure-creates-azure-dev

Microsoft Azure Creates An Azure Dev Spaces Controller

idempotent
microsoft-azure-deletes-azure-dev

Microsoft Azure Deletes An Azure Dev Spaces Controller

idempotent
microsoft-azure-updates-azure-dev

Microsoft Azure Updates An Azure Dev Spaces Controller

idempotent
microsoft-azure-lists-connection-details

Microsoft Azure Lists Connection Details For An Azure Dev Spaces Controller

Capability Spec

devspacesmanagement-controllers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevSpacesManagement — Controllers
  description: 'Microsoft Azure DevSpacesManagement — Controllers. 7 operations. Lead operation: Microsoft Azure Lists The
    Azure Dev Spaces Controllers In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Controllers
  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: devspacesmanagement-controllers
    baseUri: https://management.azure.com
    description: Microsoft Azure DevSpacesManagement — Controllers business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.DevSpaces-controllers
      path: /subscriptions/{subscriptionId}/providers/Microsoft.DevSpaces/controllers
      operations:
      - name: microsoftazurecontrollerslist
        method: GET
        description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers
      operations:
      - name: microsoftazurecontrollerslistbyresourcegroup
        method: GET
        description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
      operations:
      - name: microsoftazurecontrollersget
        method: GET
        description: Microsoft Azure Gets An Azure Dev Spaces Controller
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecontrollerscreate
        method: PUT
        description: Microsoft Azure Creates An Azure Dev Spaces Controller
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: controller
          in: body
          type: string
          description: Controller create parameters.
          required: true
      - name: microsoftazurecontrollersdelete
        method: DELETE
        description: Microsoft Azure Deletes An Azure Dev Spaces Controller
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecontrollersupdate
        method: PATCH
        description: Microsoft Azure Updates An Azure Dev Spaces Controller
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: controllerUpdateParameters
          in: body
          type: string
          description: Parameters for updating the Azure Dev Spaces Controller.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}/listConnectionDetails
      operations:
      - name: microsoftazurecontrollerslistconnectiondetails
        method: POST
        description: Microsoft Azure Lists Connection Details For An Azure Dev Spaces Controller
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: listConnectionDetailsParameters
          in: body
          type: string
          description: Parameters for listing connection details of Azure Dev Spaces Controller.
          required: true
  exposes:
  - type: rest
    namespace: devspacesmanagement-controllers-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevSpacesManagement — Controllers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-devspaces/controllers
      name: subscriptions-subscriptionid-providers-microsoft-devspaces-controllers
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.DevSpaces-controllers.
      operations:
      - method: GET
        name: microsoftazurecontrollerslist
        description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription
        call: devspacesmanagement-controllers.microsoftazurecontrollerslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontrollerslistbyresourcegroup
        description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Resource Group
        call: devspacesmanagement-controllers.microsoftazurecontrollerslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontrollersget
        description: Microsoft Azure Gets An Azure Dev Spaces Controller
        call: devspacesmanagement-controllers.microsoftazurecontrollersget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecontrollerscreate
        description: Microsoft Azure Creates An Azure Dev Spaces Controller
        call: devspacesmanagement-controllers.microsoftazurecontrollerscreate
        with:
          controller: rest.controller
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecontrollersdelete
        description: Microsoft Azure Deletes An Azure Dev Spaces Controller
        call: devspacesmanagement-controllers.microsoftazurecontrollersdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecontrollersupdate
        description: Microsoft Azure Updates An Azure Dev Spaces Controller
        call: devspacesmanagement-controllers.microsoftazurecontrollersupdate
        with:
          controllerUpdateParameters: rest.controllerUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devspaces/controllers/{name}/listconnectiondetails
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurecontrollerslistconnectiondetails
        description: Microsoft Azure Lists Connection Details For An Azure Dev Spaces Controller
        call: devspacesmanagement-controllers.microsoftazurecontrollerslistconnectiondetails
        with:
          listConnectionDetailsParameters: rest.listConnectionDetailsParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devspacesmanagement-controllers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevSpacesManagement — Controllers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-azure-dev
      description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollerslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lists-azure-dev-2
      description: Microsoft Azure Lists The Azure Dev Spaces Controllers In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollerslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-azure-dev
      description: Microsoft Azure Gets An Azure Dev Spaces Controller
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollersget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-azure-dev
      description: Microsoft Azure Creates An Azure Dev Spaces Controller
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollerscreate
      with:
        controller: tools.controller
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-azure-dev
      description: Microsoft Azure Deletes An Azure Dev Spaces Controller
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollersdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-azure-dev
      description: Microsoft Azure Updates An Azure Dev Spaces Controller
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devspacesmanagement-controllers.microsoftazurecontrollersupdate
      with:
        controllerUpdateParameters: tools.controllerUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lists-connection-details
      description: Microsoft Azure Lists Connection Details For An Azure Dev Spaces Controller
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devspacesmanagement-controllers.microsoftazurecontrollerslistconnectiondetails
      with:
        listConnectionDetailsParameters: tools.listConnectionDetailsParameters
      outputParameters:
      - type: object
        mapping: $.