Microsoft Azure · Capability

Microsoft Azure DevCenter — Environment Definitions

Microsoft Azure DevCenter — Environment Definitions. 3 operations. Lead operation: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEnvironment Definitions

What You Can Do

GET
Microsoftazureenvironmentslistenvironmentdefinitionsbycatalog — Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions
/v1/projects/{projectname}/catalogs/{catalogname}/environmentdefinitions
GET
Microsoftazureenvironmentsgetenvironmentdefinition — Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname
/v1/projects/{projectname}/catalogs/{catalogname}/environmentdefinitions/{definitionname}
GET
Microsoftazureenvironmentslistenvironmentdefinitionsbyproject — Microsoft Azure Get Projects Projectname Environmentdefinitions
/v1/projects/{projectname}/environmentdefinitions

MCP Tools

microsoft-azure-get-projects-projectname

Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions

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

Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname

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

Microsoft Azure Get Projects Projectname Environmentdefinitions

read-only idempotent

Capability Spec

devcenter-environment-definitions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevCenter — Environment Definitions
  description: 'Microsoft Azure DevCenter — Environment Definitions. 3 operations. Lead operation: Microsoft Azure Get Projects
    Projectname Catalogs Catalogname Environmentdefinitions. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Environment Definitions
  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-environment-definitions
    baseUri: ''
    description: Microsoft Azure DevCenter — Environment Definitions business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectName-catalogs-catalogName-environmentDefinitions
      path: /projects/{projectName}/catalogs/{catalogName}/environmentDefinitions
      operations:
      - name: microsoftazureenvironmentslistenvironmentdefinitionsbycatalog
        method: GET
        description: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-catalogs-catalogName-environmentDefinitions-definitionName
      path: /projects/{projectName}/catalogs/{catalogName}/environmentDefinitions/{definitionName}
      operations:
      - name: microsoftazureenvironmentsgetenvironmentdefinition
        method: GET
        description: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-projectName-environmentDefinitions
      path: /projects/{projectName}/environmentDefinitions
      operations:
      - name: microsoftazureenvironmentslistenvironmentdefinitionsbyproject
        method: GET
        description: Microsoft Azure Get Projects Projectname Environmentdefinitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: devcenter-environment-definitions-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevCenter — Environment Definitions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectname}/catalogs/{catalogname}/environmentdefinitions
      name: projects-projectname-catalogs-catalogname-environmentdefinitions
      description: REST surface for projects-projectName-catalogs-catalogName-environmentDefinitions.
      operations:
      - method: GET
        name: microsoftazureenvironmentslistenvironmentdefinitionsbycatalog
        description: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions
        call: devcenter-environment-definitions.microsoftazureenvironmentslistenvironmentdefinitionsbycatalog
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/catalogs/{catalogname}/environmentdefinitions/{definitionname}
      name: projects-projectname-catalogs-catalogname-environmentdefinitions-definitionname
      description: REST surface for projects-projectName-catalogs-catalogName-environmentDefinitions-definitionName.
      operations:
      - method: GET
        name: microsoftazureenvironmentsgetenvironmentdefinition
        description: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname
        call: devcenter-environment-definitions.microsoftazureenvironmentsgetenvironmentdefinition
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectname}/environmentdefinitions
      name: projects-projectname-environmentdefinitions
      description: REST surface for projects-projectName-environmentDefinitions.
      operations:
      - method: GET
        name: microsoftazureenvironmentslistenvironmentdefinitionsbyproject
        description: Microsoft Azure Get Projects Projectname Environmentdefinitions
        call: devcenter-environment-definitions.microsoftazureenvironmentslistenvironmentdefinitionsbyproject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devcenter-environment-definitions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevCenter — Environment Definitions. 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 Catalogs Catalogname Environmentdefinitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environment-definitions.microsoftazureenvironmentslistenvironmentdefinitionsbycatalog
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-2
      description: Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environment-definitions.microsoftazureenvironmentsgetenvironmentdefinition
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-projectname-3
      description: Microsoft Azure Get Projects Projectname Environmentdefinitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devcenter-environment-definitions.microsoftazureenvironmentslistenvironmentdefinitionsbyproject
      outputParameters:
      - type: object
        mapping: $.