Microsoft Azure · Capability

Microsoft Azure Custom voice API — Project

Microsoft Azure Custom voice API — Project. 4 operations. Lead operation: Microsoft Azure Get Projects. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProject

What You Can Do

GET
Microsoftazureprojectslist — Microsoft Azure Get Projects
/v1/projects
GET
Microsoftazureprojectsget — Microsoft Azure Get Projects Id
/v1/projects/{id}
DELETE
Microsoftazureprojectsdelete — Microsoft Azure Delete Projects Id
/v1/projects/{id}
PUT
Microsoftazureprojectscreate — Microsoft Azure Put Projects Id
/v1/projects/{id}

MCP Tools

microsoft-azure-get-projects

Microsoft Azure Get Projects

read-only idempotent
microsoft-azure-get-projects-id

Microsoft Azure Get Projects Id

read-only idempotent
microsoft-azure-delete-projects-id

Microsoft Azure Delete Projects Id

idempotent
microsoft-azure-put-projects-id

Microsoft Azure Put Projects Id

idempotent

Capability Spec

custom-voice-project.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Custom voice API — Project
  description: 'Microsoft Azure Custom voice API — Project. 4 operations. Lead operation: Microsoft Azure Get Projects. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Project
  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: custom-voice-project
    baseUri: ''
    description: Microsoft Azure Custom voice API — Project business capability. Self-contained, no shared references.
    resources:
    - name: projects
      path: /projects
      operations:
      - name: microsoftazureprojectslist
        method: GET
        description: Microsoft Azure Get Projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-id
      path: /projects/{id}
      operations:
      - name: microsoftazureprojectsget
        method: GET
        description: Microsoft Azure Get Projects Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureprojectsdelete
        method: DELETE
        description: Microsoft Azure Delete Projects Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: forceDelete
          in: query
          type: boolean
          description: Set this to true if you want to delete a project with model and endpoint. Otherwise, the delete operation
            will fail.
      - name: microsoftazureprojectscreate
        method: PUT
        description: Microsoft Azure Put Projects Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: body
          type: string
          description: project definition
          required: true
  exposes:
  - type: rest
    namespace: custom-voice-project-rest
    port: 8080
    description: REST adapter for Microsoft Azure Custom voice API — Project. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects
      name: projects
      description: REST surface for projects.
      operations:
      - method: GET
        name: microsoftazureprojectslist
        description: Microsoft Azure Get Projects
        call: custom-voice-project.microsoftazureprojectslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{id}
      name: projects-id
      description: REST surface for projects-id.
      operations:
      - method: GET
        name: microsoftazureprojectsget
        description: Microsoft Azure Get Projects Id
        call: custom-voice-project.microsoftazureprojectsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprojectsdelete
        description: Microsoft Azure Delete Projects Id
        call: custom-voice-project.microsoftazureprojectsdelete
        with:
          forceDelete: rest.forceDelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprojectscreate
        description: Microsoft Azure Put Projects Id
        call: custom-voice-project.microsoftazureprojectscreate
        with:
          project: rest.project
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-voice-project-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Custom voice API — Project. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-projects
      description: Microsoft Azure Get Projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-voice-project.microsoftazureprojectslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-projects-id
      description: Microsoft Azure Get Projects Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-voice-project.microsoftazureprojectsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-projects-id
      description: Microsoft Azure Delete Projects Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: custom-voice-project.microsoftazureprojectsdelete
      with:
        forceDelete: tools.forceDelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-projects-id
      description: Microsoft Azure Put Projects Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: custom-voice-project.microsoftazureprojectscreate
      with:
        project: tools.project
      outputParameters:
      - type: object
        mapping: $.