Microsoft Azure · Capability

Microsoft Azure DevCenter — Environments

Microsoft Azure DevCenter — Environments. 8 operations. Lead operation: Microsoft Azure Get Projects Projectname Environments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEnvironments

What You Can Do

GET
Microsoftazureenvironmentslistenvironments — Microsoft Azure Get Projects Projectname Environments
/v1/projects/{projectname}/environments
GET
Microsoftazureenvironmentslistenvironmentsbyuser — Microsoft Azure Get Projects Projectname Users Userid Environments
/v1/projects/{projectname}/users/{userid}/environments
GET
Microsoftazureenvironmentsgetenvironmentbyuser — Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}
PUT
Microsoftazureenvironmentscreateorreplaceenvironment — Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}
DELETE
Microsoftazureenvironmentsdeleteenvironment — Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}
GET
Microsoftazureenvironmentslistoperations — Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations
GET
Microsoftazureenvironmentsgetoperation — Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations/{operationid}
GET
Microsoftazureenvironmentsgetlogsbyoperation — Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid Logs
/v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations/{operationid}/logs

MCP Tools

microsoft-azure-get-projects-projectname

Microsoft Azure Get Projects Projectname Environments

read-only idempotent
microsoft-azure-get-projects-projectname-2

Microsoft Azure Get Projects Projectname Users Userid Environments

read-only idempotent
microsoft-azure-get-projects-projectname-3

Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname

read-only idempotent
microsoft-azure-put-projects-projectname

Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname

idempotent
microsoft-azure-delete-projects-projectname

Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname

idempotent
microsoft-azure-get-projects-projectname-4

Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations

read-only idempotent
microsoft-azure-get-projects-projectname-5

Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid

read-only idempotent
microsoft-azure-get-projects-projectname-6

Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid Logs

read-only idempotent

Capability Spec

devcenter-environments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevCenter — Environments
  description: 'Microsoft Azure DevCenter — Environments. 8 operations. Lead operation: Microsoft Azure Get Projects Projectname
    Environments. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Environments
  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: devcenter-environments
    baseUri: ''
    description: Microsoft Azure DevCenter — Environments business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectName-environments
      path: /projects/{projectName}/environments
      operations:
      - name: microsoftazureenvironmentslistenvironments
        method: GET
        description: Microsoft Azure Get Projects Projectname Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-users-userId-environments
      path: /projects/{projectName}/users/{userId}/environments
      operations:
      - name: microsoftazureenvironmentslistenvironmentsbyuser
        method: GET
        description: Microsoft Azure Get Projects Projectname Users Userid Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-users-userId-environments-environmentName
      path: /projects/{projectName}/users/{userId}/environments/{environmentName}
      operations:
      - name: microsoftazureenvironmentsgetenvironmentbyuser
        method: GET
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureenvironmentscreateorreplaceenvironment
        method: PUT
        description: Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Represents an environment.
          required: true
      - name: microsoftazureenvironmentsdeleteenvironment
        method: DELETE
        description: Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-users-userId-environments-environmentName-operations
      path: /projects/{projectName}/users/{userId}/environments/{environmentName}/operations
      operations:
      - name: microsoftazureenvironmentslistoperations
        method: GET
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-users-userId-environments-environmentName-operations-operat
      path: /projects/{projectName}/users/{userId}/environments/{environmentName}/operations/{operationId}
      operations:
      - name: microsoftazureenvironmentsgetoperation
        method: GET
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-users-userId-environments-environmentName-operations-operat
      path: /projects/{projectName}/users/{userId}/environments/{environmentName}/operations/{operationId}/logs
      operations:
      - name: microsoftazureenvironmentsgetlogsbyoperation
        method: GET
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
          Logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: devcenter-environments-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevCenter — Environments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectname}/environments
      name: projects-projectname-environments
      description: REST surface for projects-projectName-environments.
      operations:
      - method: GET
        name: microsoftazureenvironmentslistenvironments
        description: Microsoft Azure Get Projects Projectname Environments
        call: devcenter-environments.microsoftazureenvironmentslistenvironments
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/users/{userid}/environments
      name: projects-projectname-users-userid-environments
      description: REST surface for projects-projectName-users-userId-environments.
      operations:
      - method: GET
        name: microsoftazureenvironmentslistenvironmentsbyuser
        description: Microsoft Azure Get Projects Projectname Users Userid Environments
        call: devcenter-environments.microsoftazureenvironmentslistenvironmentsbyuser
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/users/{userid}/environments/{environmentname}
      name: projects-projectname-users-userid-environments-environmentname
      description: REST surface for projects-projectName-users-userId-environments-environmentName.
      operations:
      - method: GET
        name: microsoftazureenvironmentsgetenvironmentbyuser
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname
        call: devcenter-environments.microsoftazureenvironmentsgetenvironmentbyuser
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureenvironmentscreateorreplaceenvironment
        description: Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname
        call: devcenter-environments.microsoftazureenvironmentscreateorreplaceenvironment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureenvironmentsdeleteenvironment
        description: Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname
        call: devcenter-environments.microsoftazureenvironmentsdeleteenvironment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations
      name: projects-projectname-users-userid-environments-environmentname-operations
      description: REST surface for projects-projectName-users-userId-environments-environmentName-operations.
      operations:
      - method: GET
        name: microsoftazureenvironmentslistoperations
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations
        call: devcenter-environments.microsoftazureenvironmentslistoperations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations/{operationid}
      name: projects-projectname-users-userid-environments-environmentname-operations-operat
      description: REST surface for projects-projectName-users-userId-environments-environmentName-operations-operat.
      operations:
      - method: GET
        name: microsoftazureenvironmentsgetoperation
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
        call: devcenter-environments.microsoftazureenvironmentsgetoperation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/users/{userid}/environments/{environmentname}/operations/{operationid}/logs
      name: projects-projectname-users-userid-environments-environmentname-operations-operat
      description: REST surface for projects-projectName-users-userId-environments-environmentName-operations-operat.
      operations:
      - method: GET
        name: microsoftazureenvironmentsgetlogsbyoperation
        description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
          Logs
        call: devcenter-environments.microsoftazureenvironmentsgetlogsbyoperation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devcenter-environments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevCenter — Environments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-projects-projectname
      description: Microsoft Azure Get Projects Projectname Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentslistenvironments
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-2
      description: Microsoft Azure Get Projects Projectname Users Userid Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentslistenvironmentsbyuser
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-3
      description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentsgetenvironmentbyuser
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-projects-projectname
      description: Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentscreateorreplaceenvironment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-projects-projectname
      description: Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentsdeleteenvironment
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-4
      description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentslistoperations
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-5
      description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentsgetoperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-6
      description: Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid
        Logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environments.microsoftazureenvironmentsgetlogsbyoperation
      outputParameters:
      - type: object
        mapping: $.