Microsoft Azure · Capability

Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations

Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations. 2 operations. Lead operation: Microsoft Azure Returns The Status Of The Images Operation. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazureoperationsimagesget — Microsoft Azure Returns The Status Of The Images Operation
/v1/operations/images/{operation-id}
DELETE
Microsoftazureoperationsimagesdelete — Microsoft Azure Deletes An Operation If In Terminal State And All Generated And User Provided Images Associated With The Operation
/v1/operations/images/{operation-id}

MCP Tools

microsoft-azure-returns-status-images

Microsoft Azure Returns The Status Of The Images Operation

read-only idempotent
microsoft-azure-deletes-operation-if

Microsoft Azure Deletes An Operation If In Terminal State And All Generated And User Provided Images Associated With The Operation

idempotent

Capability Spec

azure-openai-api-version-2023-06-01-preview-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations
  description: 'Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations. 2 operations. Lead operation: Microsoft
    Azure Returns The Status Of The Images Operation. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Operations
  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: azure-openai-api-version-2023-06-01-preview-operations
    baseUri: ''
    description: Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations business capability. Self-contained,
      no shared references.
    resources:
    - name: operations-images-operation-id
      path: /operations/images/{operation-id}
      operations:
      - name: microsoftazureoperationsimagesget
        method: GET
        description: Microsoft Azure Returns The Status Of The Images Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operation-id
          in: path
          type: string
          description: The id of the operation
          required: true
      - name: microsoftazureoperationsimagesdelete
        method: DELETE
        description: Microsoft Azure Deletes An Operation If In Terminal State And All Generated And User Provided Images
          Associated With The Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operation-id
          in: path
          type: string
          description: The id of the operation
          required: true
  exposes:
  - type: rest
    namespace: azure-openai-api-version-2023-06-01-preview-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/operations/images/{operation-id}
      name: operations-images-operation-id
      description: REST surface for operations-images-operation-id.
      operations:
      - method: GET
        name: microsoftazureoperationsimagesget
        description: Microsoft Azure Returns The Status Of The Images Operation
        call: azure-openai-api-version-2023-06-01-preview-operations.microsoftazureoperationsimagesget
        with:
          operation-id: rest.operation-id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureoperationsimagesdelete
        description: Microsoft Azure Deletes An Operation If In Terminal State And All Generated And User Provided Images
          Associated With The Operation
        call: azure-openai-api-version-2023-06-01-preview-operations.microsoftazureoperationsimagesdelete
        with:
          operation-id: rest.operation-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-api-version-2023-06-01-preview-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI API version 2023-06-01-preview — Operations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-returns-status-images
      description: Microsoft Azure Returns The Status Of The Images Operation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-06-01-preview-operations.microsoftazureoperationsimagesget
      with:
        operation-id: tools.operation-id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-operation-if
      description: Microsoft Azure Deletes An Operation If In Terminal State And All Generated And User Provided Images Associated
        With The Operation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-openai-api-version-2023-06-01-preview-operations.microsoftazureoperationsimagesdelete
      with:
        operation-id: tools.operation-id
      outputParameters:
      - type: object
        mapping: $.