Adobe Campaign · Capability

Adobe Campaign Standard API — Privacy

Adobe Campaign Standard API — Privacy. 1 operations. Lead operation: Adobe Campaign Create a Privacy Request. Self-contained Naftiko capability covering one Adobe Campaign business surface.

Run with Naftiko Adobe CampaignPrivacy

What You Can Do

POST
Createprivacyrequest — Adobe Campaign Create a Privacy Request
/v1/privacy/privacytool

MCP Tools

adobe-campaign-create-privacy-request

Adobe Campaign Create a Privacy Request

Capability Spec

standard-privacy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Campaign Standard API — Privacy
  description: 'Adobe Campaign Standard API — Privacy. 1 operations. Lead operation: Adobe Campaign Create a Privacy Request.
    Self-contained Naftiko capability covering one Adobe Campaign business surface.'
  tags:
  - Adobe Campaign
  - Privacy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CAMPAIGN_API_KEY: ADOBE_CAMPAIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: standard-privacy
    baseUri: https://mc.adobe.io/{ORGANIZATION}/campaign
    description: Adobe Campaign Standard API — Privacy business capability. Self-contained, no shared references.
    resources:
    - name: privacy-privacyTool
      path: /privacy/privacyTool
      operations:
      - name: createprivacyrequest
        method: POST
        description: Adobe Campaign Create a Privacy Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_CAMPAIGN_API_KEY}}'
  exposes:
  - type: rest
    namespace: standard-privacy-rest
    port: 8080
    description: REST adapter for Adobe Campaign Standard API — Privacy. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/privacy/privacytool
      name: privacy-privacytool
      description: REST surface for privacy-privacyTool.
      operations:
      - method: POST
        name: createprivacyrequest
        description: Adobe Campaign Create a Privacy Request
        call: standard-privacy.createprivacyrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: standard-privacy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Campaign Standard API — Privacy. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adobe-campaign-create-privacy-request
      description: Adobe Campaign Create a Privacy Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: standard-privacy.createprivacyrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.