Microsoft Azure · Capability

Microsoft Azure Batch synthesis API — BatchSynthesis

Microsoft Azure Batch synthesis API — BatchSynthesis. 4 operations. Lead operation: Microsoft Azure Get Batchsyntheses. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBatchSynthesis

What You Can Do

GET
Microsoftazurebatchsyntheseslist — Microsoft Azure Get Batchsyntheses
/v1/batchsyntheses
GET
Microsoftazurebatchsynthesesget — Microsoft Azure Get Batchsyntheses Id
/v1/batchsyntheses/{id}
PUT
Microsoftazurebatchsynthesescreate — Microsoft Azure Put Batchsyntheses Id
/v1/batchsyntheses/{id}
DELETE
Microsoftazurebatchsynthesesdelete — Microsoft Azure Delete Batchsyntheses Id
/v1/batchsyntheses/{id}

MCP Tools

microsoft-azure-get-batchsyntheses

Microsoft Azure Get Batchsyntheses

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

Microsoft Azure Get Batchsyntheses Id

read-only idempotent
microsoft-azure-put-batchsyntheses-id

Microsoft Azure Put Batchsyntheses Id

idempotent
microsoft-azure-delete-batchsyntheses-id

Microsoft Azure Delete Batchsyntheses Id

idempotent

Capability Spec

batch-synthesis-batchsynthesis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Batch synthesis API — BatchSynthesis
  description: 'Microsoft Azure Batch synthesis API — BatchSynthesis. 4 operations. Lead operation: Microsoft Azure Get Batchsyntheses.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BatchSynthesis
  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: batch-synthesis-batchsynthesis
    baseUri: ''
    description: Microsoft Azure Batch synthesis API — BatchSynthesis business capability. Self-contained, no shared references.
    resources:
    - name: batchsyntheses
      path: /batchsyntheses
      operations:
      - name: microsoftazurebatchsyntheseslist
        method: GET
        description: Microsoft Azure Get Batchsyntheses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: batchsyntheses-id
      path: /batchsyntheses/{id}
      operations:
      - name: microsoftazurebatchsynthesesget
        method: GET
        description: Microsoft Azure Get Batchsyntheses Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurebatchsynthesescreate
        method: PUT
        description: Microsoft Azure Put Batchsyntheses Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: definition
          in: body
          type: string
          description: Bath synthesis task definition
          required: true
        - name: Operation-Id
          in: header
          type: string
          description: ID of the status monitor for the operation. If the Operation-Id header matches an existing operation
            and the request is not identical to the prior request, it w
      - name: microsoftazurebatchsynthesesdelete
        method: DELETE
        description: Microsoft Azure Delete Batchsyntheses Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: batch-synthesis-batchsynthesis-rest
    port: 8080
    description: REST adapter for Microsoft Azure Batch synthesis API — BatchSynthesis. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/batchsyntheses
      name: batchsyntheses
      description: REST surface for batchsyntheses.
      operations:
      - method: GET
        name: microsoftazurebatchsyntheseslist
        description: Microsoft Azure Get Batchsyntheses
        call: batch-synthesis-batchsynthesis.microsoftazurebatchsyntheseslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/batchsyntheses/{id}
      name: batchsyntheses-id
      description: REST surface for batchsyntheses-id.
      operations:
      - method: GET
        name: microsoftazurebatchsynthesesget
        description: Microsoft Azure Get Batchsyntheses Id
        call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurebatchsynthesescreate
        description: Microsoft Azure Put Batchsyntheses Id
        call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesescreate
        with:
          definition: rest.definition
          Operation-Id: rest.Operation-Id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurebatchsynthesesdelete
        description: Microsoft Azure Delete Batchsyntheses Id
        call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: batch-synthesis-batchsynthesis-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Batch synthesis API — BatchSynthesis. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-batchsyntheses
      description: Microsoft Azure Get Batchsyntheses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batch-synthesis-batchsynthesis.microsoftazurebatchsyntheseslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-batchsyntheses-id
      description: Microsoft Azure Get Batchsyntheses Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-batchsyntheses-id
      description: Microsoft Azure Put Batchsyntheses Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesescreate
      with:
        definition: tools.definition
        Operation-Id: tools.Operation-Id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-batchsyntheses-id
      description: Microsoft Azure Delete Batchsyntheses Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: batch-synthesis-batchsynthesis.microsoftazurebatchsynthesesdelete
      outputParameters:
      - type: object
        mapping: $.