naftiko: 1.0.0-alpha2 info: label: Adobe Experience Cloud Adobe Target API — Audiences description: 'Adobe Experience Cloud Adobe Target API — Audiences. 5 operations. Lead operation: Adobe Target Adobe Experience Cloud List Audiences. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.' tags: - Adobe Experience Cloud - Audiences 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-audiences baseUri: https://mc.adobe.io/{tenant} description: Adobe Experience Cloud Adobe Target API — Audiences business capability. Self-contained, no shared references. resources: - name: target-audiences path: /target/audiences operations: - name: listaudiences method: GET description: Adobe Target Adobe Experience Cloud List Audiences outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer - name: offset in: query type: integer - name: createaudience method: POST description: Adobe Target Adobe Experience Cloud Create an Audience outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: target-audiences-audienceId path: /target/audiences/{audienceId} operations: - name: getaudience method: GET description: Adobe Target Adobe Experience Cloud Get an Audience outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: audienceId in: path type: integer required: true - name: updateaudience method: PUT description: Adobe Target Adobe Experience Cloud Update an Audience outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: audienceId in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteaudience method: DELETE description: Adobe Target Adobe Experience Cloud Delete an Audience outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: audienceId in: path type: integer required: true authentication: type: bearer token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}' exposes: - type: rest namespace: adobe-target-audiences-rest port: 8080 description: REST adapter for Adobe Experience Cloud Adobe Target API — Audiences. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/target/audiences name: target-audiences description: REST surface for target-audiences. operations: - method: GET name: listaudiences description: Adobe Target Adobe Experience Cloud List Audiences call: adobe-target-audiences.listaudiences with: limit: rest.limit offset: rest.offset outputParameters: - type: object mapping: $. - method: POST name: createaudience description: Adobe Target Adobe Experience Cloud Create an Audience call: adobe-target-audiences.createaudience with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/target/audiences/{audienceid} name: target-audiences-audienceid description: REST surface for target-audiences-audienceId. operations: - method: GET name: getaudience description: Adobe Target Adobe Experience Cloud Get an Audience call: adobe-target-audiences.getaudience with: audienceId: rest.audienceId outputParameters: - type: object mapping: $. - method: PUT name: updateaudience description: Adobe Target Adobe Experience Cloud Update an Audience call: adobe-target-audiences.updateaudience with: audienceId: rest.audienceId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteaudience description: Adobe Target Adobe Experience Cloud Delete an Audience call: adobe-target-audiences.deleteaudience with: audienceId: rest.audienceId outputParameters: - type: object mapping: $. - type: mcp namespace: adobe-target-audiences-mcp port: 9090 transport: http description: MCP adapter for Adobe Experience Cloud Adobe Target API — Audiences. 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 Audiences hints: readOnly: true destructive: false idempotent: true call: adobe-target-audiences.listaudiences 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 Audience hints: readOnly: true destructive: false idempotent: false call: adobe-target-audiences.createaudience with: body: tools.body outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-3 description: Adobe Target Adobe Experience Cloud Get an Audience hints: readOnly: true destructive: false idempotent: true call: adobe-target-audiences.getaudience with: audienceId: tools.audienceId outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-4 description: Adobe Target Adobe Experience Cloud Update an Audience hints: readOnly: false destructive: false idempotent: true call: adobe-target-audiences.updateaudience with: audienceId: tools.audienceId body: tools.body outputParameters: - type: object mapping: $. - name: adobe-target-adobe-experience-cloud-5 description: Adobe Target Adobe Experience Cloud Delete an Audience hints: readOnly: false destructive: true idempotent: true call: adobe-target-audiences.deleteaudience with: audienceId: tools.audienceId outputParameters: - type: object mapping: $.