naftiko: 1.0.0-alpha2 info: label: Microsoft Azure Personalizer Base — MultiSlotEvents description: 'Microsoft Azure Personalizer Base — MultiSlotEvents. 2 operations. Lead operation: Microsoft Azure Activate Multi Slot Event. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - MultiSlotEvents 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-multislotevents baseUri: '' description: Microsoft Azure Personalizer Base — MultiSlotEvents business capability. Self-contained, no shared references. resources: - name: multislot-events-eventId-activate path: /multislot/events/{eventId}/activate operations: - name: microsoftazuremultisloteventsactivate method: POST description: Microsoft Azure Activate Multi Slot Event outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: eventId in: path type: string description: The event ID this activation applies to. required: true - name: multislot-events-eventId-reward path: /multislot/events/{eventId}/reward operations: - name: microsoftazuremultisloteventsreward method: POST description: Microsoft Azure Post Multi Slot Rewards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: eventId in: path type: string description: The event id this reward applies to. required: true - name: body in: body type: string description: List of slot id and reward values. The reward should be a floating point number, typically between 0 and 1. required: true exposes: - type: rest namespace: personalizer-base-multislotevents-rest port: 8080 description: REST adapter for Microsoft Azure Personalizer Base — MultiSlotEvents. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/multislot/events/{eventid}/activate name: multislot-events-eventid-activate description: REST surface for multislot-events-eventId-activate. operations: - method: POST name: microsoftazuremultisloteventsactivate description: Microsoft Azure Activate Multi Slot Event call: personalizer-base-multislotevents.microsoftazuremultisloteventsactivate with: eventId: rest.eventId outputParameters: - type: object mapping: $. - path: /v1/multislot/events/{eventid}/reward name: multislot-events-eventid-reward description: REST surface for multislot-events-eventId-reward. operations: - method: POST name: microsoftazuremultisloteventsreward description: Microsoft Azure Post Multi Slot Rewards call: personalizer-base-multislotevents.microsoftazuremultisloteventsreward with: eventId: rest.eventId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: personalizer-base-multislotevents-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure Personalizer Base — MultiSlotEvents. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-activate-multi-slot description: Microsoft Azure Activate Multi Slot Event hints: readOnly: false destructive: false idempotent: false call: personalizer-base-multislotevents.microsoftazuremultisloteventsactivate with: eventId: tools.eventId outputParameters: - type: object mapping: $. - name: microsoft-azure-post-multi-slot description: Microsoft Azure Post Multi Slot Rewards hints: readOnly: false destructive: false idempotent: false call: personalizer-base-multislotevents.microsoftazuremultisloteventsreward with: eventId: tools.eventId body: tools.body outputParameters: - type: object mapping: $.