Microsoft Azure · Capability

Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3

Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3. 4 operations. Lead operation: Microsoft Azure Get Model. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModelV1Dot1Preview3

What You Can Do

GET
Microsoftazuremodelget — Microsoft Azure Get Model
/v1/model
PUT
Microsoftazuremodelimport — Microsoft Azure Put The Digitally Signed Model File
/v1/model
DELETE
Microsoftazuremodelreset — Microsoft Azure Reset Model
/v1/model
GET
Microsoftazuremodelgetproperties — Microsoft Azure Get Model Properties
/v1/model/properties

MCP Tools

microsoft-azure-get-model

Microsoft Azure Get Model

read-only idempotent
microsoft-azure-put-digitally-signed

Microsoft Azure Put The Digitally Signed Model File

idempotent
microsoft-azure-reset-model

Microsoft Azure Reset Model

idempotent
microsoft-azure-get-model-properties

Microsoft Azure Get Model Properties

read-only idempotent

Capability Spec

personalizer-client-2022-09-01-preview-modelv1dot1preview3.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3
  description: 'Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3. 4 operations. Lead operation:
    Microsoft Azure Get Model. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ModelV1Dot1Preview3
  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: personalizer-client-2022-09-01-preview-modelv1dot1preview3
    baseUri: ''
    description: Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3 business capability. Self-contained,
      no shared references.
    resources:
    - name: model
      path: /model
      operations:
      - name: microsoftazuremodelget
        method: GET
        description: Microsoft Azure Get Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: signed
          in: query
          type: boolean
          description: True if requesting signed model zip archive, false otherwise.
      - name: microsoftazuremodelimport
        method: PUT
        description: Microsoft Azure Put The Digitally Signed Model File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: body
          in: body
          type: string
          description: The digitally signed model file obtained from getting the model.
          required: true
      - name: microsoftazuremodelreset
        method: DELETE
        description: Microsoft Azure Reset Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
    - name: model-properties
      path: /model/properties
      operations:
      - name: microsoftazuremodelgetproperties
        method: GET
        description: Microsoft Azure Get Model Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
  exposes:
  - type: rest
    namespace: personalizer-client-2022-09-01-preview-modelv1dot1preview3-rest
    port: 8080
    description: REST adapter for Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/model
      name: model
      description: REST surface for model.
      operations:
      - method: GET
        name: microsoftazuremodelget
        description: Microsoft Azure Get Model
        call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelget
        with:
          api-version: rest.api-version
          signed: rest.signed
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremodelimport
        description: Microsoft Azure Put The Digitally Signed Model File
        call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelimport
        with:
          api-version: rest.api-version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremodelreset
        description: Microsoft Azure Reset Model
        call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelreset
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/model/properties
      name: model-properties
      description: REST surface for model-properties.
      operations:
      - method: GET
        name: microsoftazuremodelgetproperties
        description: Microsoft Azure Get Model Properties
        call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelgetproperties
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: personalizer-client-2022-09-01-preview-modelv1dot1preview3-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Personalizer Client 2022-09-01-preview — ModelV1Dot1Preview3. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-model
      description: Microsoft Azure Get Model
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelget
      with:
        api-version: tools.api-version
        signed: tools.signed
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-digitally-signed
      description: Microsoft Azure Put The Digitally Signed Model File
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelimport
      with:
        api-version: tools.api-version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-reset-model
      description: Microsoft Azure Reset Model
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelreset
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-model-properties
      description: Microsoft Azure Get Model Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: personalizer-client-2022-09-01-preview-modelv1dot1preview3.microsoftazuremodelgetproperties
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.