Microsoft Azure · Capability

Microsoft Azure DevCenter — Catalogs

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

Run with Naftiko Microsoft AzureCatalogs

What You Can Do

GET
Microsoftazureenvironmentslistcatalogsbyproject — Microsoft Azure Get Projects Projectname Catalogs
/v1/projects/{projectname}/catalogs
GET
Microsoftazureenvironmentsgetcatalog — Microsoft Azure Get Projects Projectname Catalogs Catalogname
/v1/projects/{projectname}/catalogs/{catalogname}

MCP Tools

microsoft-azure-get-projects-projectname

Microsoft Azure Get Projects Projectname Catalogs

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

Microsoft Azure Get Projects Projectname Catalogs Catalogname

read-only idempotent

Capability Spec

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