naftiko: 1.0.0-alpha2 info: label: Adobe Launch Reactor API — Rules description: 'Adobe Launch Reactor API — Rules. 9 operations. Lead operation: List Rules for a Property. Self-contained Naftiko capability covering one Adobe Launch business surface.' tags: - Adobe Launch - Rules created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ADOBE_LAUNCH_API_KEY: ADOBE_LAUNCH_API_KEY capability: consumes: - type: http namespace: reactor-rules baseUri: https://reactor.adobe.io description: Adobe Launch Reactor API — Rules business capability. Self-contained, no shared references. resources: - name: properties-propertyId-rules path: /properties/{propertyId}/rules operations: - name: listrulesforproperty method: GET description: List Rules for a Property outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createrule method: POST description: Create a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: rules-ruleId path: /rules/{ruleId} operations: - name: getrule method: GET description: Retrieve a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updaterule method: PATCH description: Update a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleterule method: DELETE description: Delete a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rules-ruleId-libraries path: /rules/{ruleId}/libraries operations: - name: listlibrariesforrule method: GET description: List Libraries for a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rules-ruleId-origin path: /rules/{ruleId}/origin operations: - name: getoriginforrule method: GET description: Get the Origin for a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rules-ruleId-property path: /rules/{ruleId}/property operations: - name: getpropertyforrule method: GET description: Get the Property for a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rules-ruleId-revisions path: /rules/{ruleId}/revisions operations: - name: listrevisionsforrule method: GET description: List Revisions for a Rule outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.ADOBE_LAUNCH_API_KEY}}' exposes: - type: rest namespace: reactor-rules-rest port: 8080 description: REST adapter for Adobe Launch Reactor API — Rules. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/properties/{propertyid}/rules name: properties-propertyid-rules description: REST surface for properties-propertyId-rules. operations: - method: GET name: listrulesforproperty description: List Rules for a Property call: reactor-rules.listrulesforproperty outputParameters: - type: object mapping: $. - method: POST name: createrule description: Create a Rule call: reactor-rules.createrule with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/rules/{ruleid} name: rules-ruleid description: REST surface for rules-ruleId. operations: - method: GET name: getrule description: Retrieve a Rule call: reactor-rules.getrule outputParameters: - type: object mapping: $. - method: PATCH name: updaterule description: Update a Rule call: reactor-rules.updaterule with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleterule description: Delete a Rule call: reactor-rules.deleterule outputParameters: - type: object mapping: $. - path: /v1/rules/{ruleid}/libraries name: rules-ruleid-libraries description: REST surface for rules-ruleId-libraries. operations: - method: GET name: listlibrariesforrule description: List Libraries for a Rule call: reactor-rules.listlibrariesforrule outputParameters: - type: object mapping: $. - path: /v1/rules/{ruleid}/origin name: rules-ruleid-origin description: REST surface for rules-ruleId-origin. operations: - method: GET name: getoriginforrule description: Get the Origin for a Rule call: reactor-rules.getoriginforrule outputParameters: - type: object mapping: $. - path: /v1/rules/{ruleid}/property name: rules-ruleid-property description: REST surface for rules-ruleId-property. operations: - method: GET name: getpropertyforrule description: Get the Property for a Rule call: reactor-rules.getpropertyforrule outputParameters: - type: object mapping: $. - path: /v1/rules/{ruleid}/revisions name: rules-ruleid-revisions description: REST surface for rules-ruleId-revisions. operations: - method: GET name: listrevisionsforrule description: List Revisions for a Rule call: reactor-rules.listrevisionsforrule outputParameters: - type: object mapping: $. - type: mcp namespace: reactor-rules-mcp port: 9090 transport: http description: MCP adapter for Adobe Launch Reactor API — Rules. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-rules-property description: List Rules for a Property hints: readOnly: true destructive: false idempotent: true call: reactor-rules.listrulesforproperty outputParameters: - type: object mapping: $. - name: create-rule description: Create a Rule hints: readOnly: false destructive: false idempotent: false call: reactor-rules.createrule with: body: tools.body outputParameters: - type: object mapping: $. - name: retrieve-rule description: Retrieve a Rule hints: readOnly: true destructive: false idempotent: true call: reactor-rules.getrule outputParameters: - type: object mapping: $. - name: update-rule description: Update a Rule hints: readOnly: false destructive: false idempotent: true call: reactor-rules.updaterule with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-rule description: Delete a Rule hints: readOnly: false destructive: true idempotent: true call: reactor-rules.deleterule outputParameters: - type: object mapping: $. - name: list-libraries-rule description: List Libraries for a Rule hints: readOnly: true destructive: false idempotent: true call: reactor-rules.listlibrariesforrule outputParameters: - type: object mapping: $. - name: get-origin-rule description: Get the Origin for a Rule hints: readOnly: true destructive: false idempotent: true call: reactor-rules.getoriginforrule outputParameters: - type: object mapping: $. - name: get-property-rule description: Get the Property for a Rule hints: readOnly: true destructive: false idempotent: true call: reactor-rules.getpropertyforrule outputParameters: - type: object mapping: $. - name: list-revisions-rule description: List Revisions for a Rule hints: readOnly: true destructive: false idempotent: true call: reactor-rules.listrevisionsforrule outputParameters: - type: object mapping: $.