Microsoft Azure · Capability

Microsoft Azure MixedRealityRemoteRendering — Conversion

Microsoft Azure MixedRealityRemoteRendering — Conversion. 3 operations. Lead operation: Microsoft Azure Gets A List Of All Conversions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureConversion

What You Can Do

GET
Microsoftazureremoterenderinglistconversions — Microsoft Azure Gets A List Of All Conversions
/v1/accounts/{account-id}/conversions
PUT
Microsoftazureremoterenderingcreateconversion — Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account
/v1/accounts/{account-id}/conversions/{conversion-id}
GET
Microsoftazureremoterenderinggetconversion — Microsoft Azure Gets The Status Of A Particular Conversion
/v1/accounts/{account-id}/conversions/{conversion-id}

MCP Tools

microsoft-azure-gets-list-all

Microsoft Azure Gets A List Of All Conversions

read-only idempotent
microsoft-azure-creates-conversion-using

Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account

idempotent
microsoft-azure-gets-status-particular

Microsoft Azure Gets The Status Of A Particular Conversion

read-only idempotent

Capability Spec

mixedrealityremoterendering-conversion.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MixedRealityRemoteRendering — Conversion
  description: 'Microsoft Azure MixedRealityRemoteRendering — Conversion. 3 operations. Lead operation: Microsoft Azure Gets
    A List Of All Conversions. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Conversion
  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: mixedrealityremoterendering-conversion
    baseUri: ''
    description: Microsoft Azure MixedRealityRemoteRendering — Conversion business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-conversions
      path: /accounts/{account_id}/conversions
      operations:
      - name: microsoftazureremoterenderinglistconversions
        method: GET
        description: Microsoft Azure Gets A List Of All Conversions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: accounts-account_id-conversions-conversion_id
      path: /accounts/{account_id}/conversions/{conversion_id}
      operations:
      - name: microsoftazureremoterenderingcreateconversion
        method: PUT
        description: Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Request body configuring the settings for an asset conversion.
          required: true
      - name: microsoftazureremoterenderinggetconversion
        method: GET
        description: Microsoft Azure Gets The Status Of A Particular Conversion
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: mixedrealityremoterendering-conversion-rest
    port: 8080
    description: REST adapter for Microsoft Azure MixedRealityRemoteRendering — Conversion. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/conversions
      name: accounts-account-id-conversions
      description: REST surface for accounts-account_id-conversions.
      operations:
      - method: GET
        name: microsoftazureremoterenderinglistconversions
        description: Microsoft Azure Gets A List Of All Conversions
        call: mixedrealityremoterendering-conversion.microsoftazureremoterenderinglistconversions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/conversions/{conversion-id}
      name: accounts-account-id-conversions-conversion-id
      description: REST surface for accounts-account_id-conversions-conversion_id.
      operations:
      - method: PUT
        name: microsoftazureremoterenderingcreateconversion
        description: Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account
        call: mixedrealityremoterendering-conversion.microsoftazureremoterenderingcreateconversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureremoterenderinggetconversion
        description: Microsoft Azure Gets The Status Of A Particular Conversion
        call: mixedrealityremoterendering-conversion.microsoftazureremoterenderinggetconversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mixedrealityremoterendering-conversion-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MixedRealityRemoteRendering — Conversion. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-all
      description: Microsoft Azure Gets A List Of All Conversions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-conversion.microsoftazureremoterenderinglistconversions
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-conversion-using
      description: Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-conversion.microsoftazureremoterenderingcreateconversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-status-particular
      description: Microsoft Azure Gets The Status Of A Particular Conversion
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-conversion.microsoftazureremoterenderinggetconversion
      outputParameters:
      - type: object
        mapping: $.