Microsoft Azure · Capability

Microsoft Azure MixedRealityRemoteRendering — Rendering Session

Microsoft Azure MixedRealityRemoteRendering — Rendering Session. 5 operations. Lead operation: Microsoft Azure Gets A List Of All Rendering Sessions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRendering Session

What You Can Do

GET
Microsoftazureremoterenderinglistsessions — Microsoft Azure Gets A List Of All Rendering Sessions
/v1/accounts/{account-id}/sessions
PUT
Microsoftazureremoterenderingcreatesession — Microsoft Azure Creates A New Rendering Session
/v1/accounts/{account-id}/sessions/{session-id}
GET
Microsoftazureremoterenderinggetsession — Microsoft Azure Gets The Properties Of A Particular Rendering Session
/v1/accounts/{account-id}/sessions/{session-id}
PATCH
Microsoftazureremoterenderingupdatesession — Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session
/v1/accounts/{account-id}/sessions/{session-id}
POST
Microsoftazureremoterenderingstopsession — Microsoft Azure Stops A Particular Rendering Session
/v1/accounts/{account-id}/sessions/{session-id}/stop

MCP Tools

microsoft-azure-gets-list-all

Microsoft Azure Gets A List Of All Rendering Sessions

read-only idempotent
microsoft-azure-creates-new-rendering

Microsoft Azure Creates A New Rendering Session

idempotent
microsoft-azure-gets-properties-particular

Microsoft Azure Gets The Properties Of A Particular Rendering Session

read-only idempotent
microsoft-azure-updates-max-lease

Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session

idempotent
microsoft-azure-stops-particular-rendering

Microsoft Azure Stops A Particular Rendering Session

Capability Spec

mixedrealityremoterendering-rendering-session.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MixedRealityRemoteRendering — Rendering Session
  description: 'Microsoft Azure MixedRealityRemoteRendering — Rendering Session. 5 operations. Lead operation: Microsoft Azure
    Gets A List Of All Rendering Sessions. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Rendering Session
  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-rendering-session
    baseUri: ''
    description: Microsoft Azure MixedRealityRemoteRendering — Rendering Session business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-sessions
      path: /accounts/{account_id}/sessions
      operations:
      - name: microsoftazureremoterenderinglistsessions
        method: GET
        description: Microsoft Azure Gets A List Of All Rendering Sessions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: accounts-account_id-sessions-session_id
      path: /accounts/{account_id}/sessions/{session_id}
      operations:
      - name: microsoftazureremoterenderingcreatesession
        method: PUT
        description: Microsoft Azure Creates A New Rendering Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Settings of the session to be created.
          required: true
      - name: microsoftazureremoterenderinggetsession
        method: GET
        description: Microsoft Azure Gets The Properties Of A Particular Rendering Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureremoterenderingupdatesession
        method: PATCH
        description: Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Settings used to update the session.
          required: true
    - name: accounts-account_id-sessions-session_id-:stop
      path: /accounts/{account_id}/sessions/{session_id}/:stop
      operations:
      - name: microsoftazureremoterenderingstopsession
        method: POST
        description: Microsoft Azure Stops A Particular Rendering Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: mixedrealityremoterendering-rendering-session-rest
    port: 8080
    description: REST adapter for Microsoft Azure MixedRealityRemoteRendering — Rendering Session. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/sessions
      name: accounts-account-id-sessions
      description: REST surface for accounts-account_id-sessions.
      operations:
      - method: GET
        name: microsoftazureremoterenderinglistsessions
        description: Microsoft Azure Gets A List Of All Rendering Sessions
        call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderinglistsessions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/sessions/{session-id}
      name: accounts-account-id-sessions-session-id
      description: REST surface for accounts-account_id-sessions-session_id.
      operations:
      - method: PUT
        name: microsoftazureremoterenderingcreatesession
        description: Microsoft Azure Creates A New Rendering Session
        call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingcreatesession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureremoterenderinggetsession
        description: Microsoft Azure Gets The Properties Of A Particular Rendering Session
        call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderinggetsession
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureremoterenderingupdatesession
        description: Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session
        call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingupdatesession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/sessions/{session-id}/stop
      name: accounts-account-id-sessions-session-id-stop
      description: REST surface for accounts-account_id-sessions-session_id-:stop.
      operations:
      - method: POST
        name: microsoftazureremoterenderingstopsession
        description: Microsoft Azure Stops A Particular Rendering Session
        call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingstopsession
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mixedrealityremoterendering-rendering-session-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MixedRealityRemoteRendering — Rendering Session. 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 Rendering Sessions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderinglistsessions
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-rendering
      description: Microsoft Azure Creates A New Rendering Session
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingcreatesession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-properties-particular
      description: Microsoft Azure Gets The Properties Of A Particular Rendering Session
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderinggetsession
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-max-lease
      description: Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingupdatesession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-stops-particular-rendering
      description: Microsoft Azure Stops A Particular Rendering Session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: mixedrealityremoterendering-rendering-session.microsoftazureremoterenderingstopsession
      outputParameters:
      - type: object
        mapping: $.