Microsoft Azure · Capability

Microsoft Azure MixedRealityStsClient — Accounts

Microsoft Azure MixedRealityStsClient — Accounts. 1 operations. Lead operation: Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccounts

What You Can Do

GET
Microsoftazuregettoken — Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services
/v1/accounts/{accountid}/token

MCP Tools

microsoft-azure-gets-access-token

Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services

read-only idempotent

Capability Spec

mixedrealitystsclient-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MixedRealityStsClient — Accounts
  description: 'Microsoft Azure MixedRealityStsClient — Accounts. 1 operations. Lead operation: Microsoft Azure Gets An Access
    Token To Be Used With Mixed Reality Services. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Accounts
  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: mixedrealitystsclient-accounts
    baseUri: https://sts.mixedreality.azure.com
    description: Microsoft Azure MixedRealityStsClient — Accounts business capability. Self-contained, no shared references.
    resources:
    - name: Accounts-accountId-token
      path: /Accounts/{accountId}/token
      operations:
      - name: microsoftazuregettoken
        method: GET
        description: Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The Mixed Reality account identifier.
          required: true
        - name: X-MRC-CV
          in: header
          type: string
          description: The client request correlation vector, which should be set to a new value for each request. Useful
            when debugging with Microsoft.
        - name: api-version
          in: query
          type: string
          description: The API version.
  exposes:
  - type: rest
    namespace: mixedrealitystsclient-accounts-rest
    port: 8080
    description: REST adapter for Microsoft Azure MixedRealityStsClient — Accounts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/token
      name: accounts-accountid-token
      description: REST surface for Accounts-accountId-token.
      operations:
      - method: GET
        name: microsoftazuregettoken
        description: Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services
        call: mixedrealitystsclient-accounts.microsoftazuregettoken
        with:
          accountId: rest.accountId
          X-MRC-CV: rest.X-MRC-CV
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mixedrealitystsclient-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MixedRealityStsClient — Accounts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-access-token
      description: Microsoft Azure Gets An Access Token To Be Used With Mixed Reality Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mixedrealitystsclient-accounts.microsoftazuregettoken
      with:
        accountId: tools.accountId
        X-MRC-CV: tools.X-MRC-CV
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.