Microsoft Azure · Capability

Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1

Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1. 6 operations. Lead operation: Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them The Current Online Learning Settings And Model And Replacing The Previous Ones. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureConfigurationsV1Dot1Preview1

What You Can Do

POST
Microsoftazureserviceconfigurationapplyfromevaluation — Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them The Current Online Learning Settings And Model And Replacing The Previous Ones
/v1/configurations/applyfromevaluation
GET
Microsoftazurepolicyget — Microsoft Azure Get Policy
/v1/configurations/policy
PUT
Microsoftazurepolicyupdate — Microsoft Azure Update Policy
/v1/configurations/policy
DELETE
Microsoftazurepolicyreset — Microsoft Azure Reset Policy
/v1/configurations/policy
GET
Microsoftazureserviceconfigurationget — Microsoft Azure Get Service Configuration
/v1/configurations/service
PUT
Microsoftazureserviceconfigurationupdate — Microsoft Azure Update Service Configuration
/v1/configurations/service

MCP Tools

microsoft-azure-apply-learning-settings

Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them The Current Online Learning Settings And Model And Replacing The Previous Ones

microsoft-azure-get-policy

Microsoft Azure Get Policy

read-only idempotent
microsoft-azure-update-policy

Microsoft Azure Update Policy

idempotent
microsoft-azure-reset-policy

Microsoft Azure Reset Policy

idempotent
microsoft-azure-get-service-configuration

Microsoft Azure Get Service Configuration

read-only idempotent
microsoft-azure-update-service-configuration

Microsoft Azure Update Service Configuration

idempotent

Capability Spec

personalizer-base-configurationsv1dot1preview1.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1
  description: 'Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1. 6 operations. Lead operation: Microsoft
    Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them The Current Online Learning
    Settings And Model And Replacing The Previous Ones. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ConfigurationsV1Dot1Preview1
  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-configurationsv1dot1preview1
    baseUri: ''
    description: Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1 business capability. Self-contained, no
      shared references.
    resources:
    - name: configurations-applyFromEvaluation
      path: /configurations/applyFromEvaluation
      operations:
      - name: microsoftazureserviceconfigurationapplyfromevaluation
        method: POST
        description: Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them
          The Current Online Learning Settings And Model And Replacing The Previous Ones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Reference to the policy within the evaluation.
          required: true
    - name: configurations-policy
      path: /configurations/policy
      operations:
      - name: microsoftazurepolicyget
        method: GET
        description: Microsoft Azure Get Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurepolicyupdate
        method: PUT
        description: Microsoft Azure Update Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policy
          in: body
          type: string
          description: The learning settings.
          required: true
      - name: microsoftazurepolicyreset
        method: DELETE
        description: Microsoft Azure Reset Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: configurations-service
      path: /configurations/service
      operations:
      - name: microsoftazureserviceconfigurationget
        method: GET
        description: Microsoft Azure Get Service Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureserviceconfigurationupdate
        method: PUT
        description: Microsoft Azure Update Service Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: config
          in: body
          type: string
          description: The personalizer service configuration.
          required: true
  exposes:
  - type: rest
    namespace: personalizer-base-configurationsv1dot1preview1-rest
    port: 8080
    description: REST adapter for Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/configurations/applyfromevaluation
      name: configurations-applyfromevaluation
      description: REST surface for configurations-applyFromEvaluation.
      operations:
      - method: POST
        name: microsoftazureserviceconfigurationapplyfromevaluation
        description: Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them
          The Current Online Learning Settings And Model And Replacing The Previous Ones
        call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationapplyfromevaluation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configurations/policy
      name: configurations-policy
      description: REST surface for configurations-policy.
      operations:
      - method: GET
        name: microsoftazurepolicyget
        description: Microsoft Azure Get Policy
        call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepolicyupdate
        description: Microsoft Azure Update Policy
        call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyupdate
        with:
          policy: rest.policy
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepolicyreset
        description: Microsoft Azure Reset Policy
        call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyreset
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configurations/service
      name: configurations-service
      description: REST surface for configurations-service.
      operations:
      - method: GET
        name: microsoftazureserviceconfigurationget
        description: Microsoft Azure Get Service Configuration
        call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureserviceconfigurationupdate
        description: Microsoft Azure Update Service Configuration
        call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationupdate
        with:
          config: rest.config
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: personalizer-base-configurationsv1dot1preview1-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Personalizer Base — ConfigurationsV1Dot1Preview1. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-apply-learning-settings
      description: Microsoft Azure Apply Learning Settings And Model From A Pre Existing Offline Evaluation, Making Them The
        Current Online Learning Settings And Model And Replacing The Previous Ones
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationapplyfromevaluation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-policy
      description: Microsoft Azure Get Policy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-policy
      description: Microsoft Azure Update Policy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyupdate
      with:
        policy: tools.policy
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-reset-policy
      description: Microsoft Azure Reset Policy
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: personalizer-base-configurationsv1dot1preview1.microsoftazurepolicyreset
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-service-configuration
      description: Microsoft Azure Get Service Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-service-configuration
      description: Microsoft Azure Update Service Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: personalizer-base-configurationsv1dot1preview1.microsoftazureserviceconfigurationupdate
      with:
        config: tools.config
      outputParameters:
      - type: object
        mapping: $.