Microsoft Azure · Capability

Microsoft Azure Personalizer Base — Model

Microsoft Azure Personalizer Base — Model. 3 operations. Lead operation: Microsoft Azure Get Model. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModel

What You Can Do

GET
Microsoftazuremodelget — Microsoft Azure Get Model
/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-reset-model

Microsoft Azure Reset Model

idempotent
microsoft-azure-get-model-properties

Microsoft Azure Get Model Properties

read-only idempotent

Capability Spec

personalizer-base-model.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Personalizer Base — Model
  description: 'Microsoft Azure Personalizer Base — Model. 3 operations. Lead operation: Microsoft Azure Get Model. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Model
  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-base-model
    baseUri: ''
    description: Microsoft Azure Personalizer Base — Model 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: $.
      - name: microsoftazuremodelreset
        method: DELETE
        description: Microsoft Azure Reset Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - 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: $.
  exposes:
  - type: rest
    namespace: personalizer-base-model-rest
    port: 8080
    description: REST adapter for Microsoft Azure Personalizer Base — Model. 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-base-model.microsoftazuremodelget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremodelreset
        description: Microsoft Azure Reset Model
        call: personalizer-base-model.microsoftazuremodelreset
        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-base-model.microsoftazuremodelgetproperties
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: personalizer-base-model-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Personalizer Base — Model. 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-base-model.microsoftazuremodelget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-reset-model
      description: Microsoft Azure Reset Model
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: personalizer-base-model.microsoftazuremodelreset
      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-base-model.microsoftazuremodelgetproperties
      outputParameters:
      - type: object
        mapping: $.