naftiko: 1.0.0-alpha2 info: label: Adobe Experience Cloud Adobe Target API — Offers description: 'Adobe Experience Cloud Adobe Target API — Offers. 5 operations. Lead operation: Adobe Target Adobe Experience Cloud List Offers. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.' tags: - Adobe Experience Cloud - Offers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ADOBE_EXPERIENCE_CLOUD_API_KEY: ADOBE_EXPERIENCE_CLOUD_API_KEY capability: consumes: - type: http namespace: adobe-target-offers baseUri: https://mc.adobe.io/{tenant} description: Adobe Experience Cloud Adobe Target API — Offers business capability. Self-contained, no shared references. resources: - name: target-offers path: /target/offers operations: - name: listoffers method: GET description: Adobe Target Adobe Experience Cloud List Offers outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer - name: offset in: query type: integer - name: createoffer method: POST description: Adobe Target Adobe Experience Cloud Create an Offer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: target-offers-offerId path: /target/offers/{offerId} operations: - name: getoffer method: GET description: Adobe Target Adobe Experience Cloud Get an Offer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: offerId in: path type: integer required: true - name: updateoffer method: PUT description: Adobe Target Adobe Experience Cloud Update an Offer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: offerId in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteoffer method: DELETE description: Adobe Target Adobe Experience Cloud Delete an Offer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: offerId in: path type: integer required: true authentication: type: bearer token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}' exposes: - type: rest namespace: adobe-target-offers-rest port: 8080 description: REST adapter for Adobe Experience Cloud Adobe Target API — Offers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/target/offers name: target-offers description: REST surface for target-offers. operations: - method: GET name: listoffers description: Adobe Target Adobe Experience Cloud List Offers call: adobe-target-offers.listoffers with: limit: rest.limit offset: rest.offset outputParameters: - type: object mapping: $. - method: POST name: createoffer description: Adobe Target Adobe Experience Cloud Create an Offer call: adobe-target-offers.createoffer with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/target/offers/{offerid} name: target-offers-offerid description: REST surface for target-offers-offerId. operations: - method: GET name: getoffer description: Adobe Target Adobe Experience Cloud Get an Offer call: adobe-target-offers.getoffer with: offerId: rest.offerId outputParameters: - type: object mapping: $. - method: PUT name: updateoffer description: Adobe Target Adobe Experience Cloud Update an Offer call: adobe-target-offers.updateoffer with: offerId: rest.offerId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteoffer description: Adobe Target Adobe Experience Cloud Delete an Offer call: adobe-target-offers.deleteoffer with: offerId: rest.offerId outputParameters: - type: object mapping: $. - type: mcp namespace: adobe-target-offers-mcp port: 9090 transport: http description: MCP adapter for Adobe Experience Cloud Adobe Target API — Offers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: adobe-target-adobe-experience-cloud description: Adobe Target Adobe Experience Cloud List Offers hints: readOnly: true destructive: false idempotent: true call: adobe-target-offers.listoffers with: limit: tools.limit offset: tools.offset outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-2 description: Adobe Target Adobe Experience Cloud Create an Offer hints: readOnly: true destructive: false idempotent: false call: adobe-target-offers.createoffer with: body: tools.body outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-3 description: Adobe Target Adobe Experience Cloud Get an Offer hints: readOnly: true destructive: false idempotent: true call: adobe-target-offers.getoffer with: offerId: tools.offerId outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-4 description: Adobe Target Adobe Experience Cloud Update an Offer hints: readOnly: false destructive: false idempotent: true call: adobe-target-offers.updateoffer with: offerId: tools.offerId body: tools.body outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-5 description: Adobe Target Adobe Experience Cloud Delete an Offer hints: readOnly: false destructive: true idempotent: true call: adobe-target-offers.deleteoffer with: offerId: tools.offerId outputParameters: - type: object mapping: $.