Adobe Campaign · Capability

Adobe Campaign Standard API — Custom Resources

Adobe Campaign Standard API — Custom Resources. 2 operations. Lead operation: Adobe Campaign List Non-profile Custom Resources. Self-contained Naftiko capability covering one Adobe Campaign business surface.

Run with Naftiko Adobe CampaignCustom Resources

What You Can Do

GET
Listcustomresources — Adobe Campaign List Non-profile Custom Resources
/v1/customresources/{cusresourcename}
GET
Listprofilelinkedcustomresources — Adobe Campaign List Profile-linked Custom Resources
/v1/profileandservicesext/{cusresourcename}

MCP Tools

adobe-campaign-list-non-profile

Adobe Campaign List Non-profile Custom Resources

read-only idempotent
adobe-campaign-list-profile-linked

Adobe Campaign List Profile-linked Custom Resources

read-only idempotent

Capability Spec

standard-custom-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Campaign Standard API — Custom Resources
  description: 'Adobe Campaign Standard API — Custom Resources. 2 operations. Lead operation: Adobe Campaign List Non-profile
    Custom Resources. Self-contained Naftiko capability covering one Adobe Campaign business surface.'
  tags:
  - Adobe Campaign
  - Custom Resources
  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-custom-resources
    baseUri: https://mc.adobe.io/{ORGANIZATION}/campaign
    description: Adobe Campaign Standard API — Custom Resources business capability. Self-contained, no shared references.
    resources:
    - name: customResources-cusResourceName
      path: /customResources/{cusResourceName}
      operations:
      - name: listcustomresources
        method: GET
        description: Adobe Campaign List Non-profile Custom Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cusResourceName
          in: path
          type: string
          description: The name of the custom resource.
          required: true
    - name: profileAndServicesExt-cusResourceName
      path: /profileAndServicesExt/{cusResourceName}
      operations:
      - name: listprofilelinkedcustomresources
        method: GET
        description: Adobe Campaign List Profile-linked Custom Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cusResourceName
          in: path
          type: string
          description: The name of the custom resource (with cus prefix, e.g., cusMyResource).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_CAMPAIGN_API_KEY}}'
  exposes:
  - type: rest
    namespace: standard-custom-resources-rest
    port: 8080
    description: REST adapter for Adobe Campaign Standard API — Custom Resources. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/customresources/{cusresourcename}
      name: customresources-cusresourcename
      description: REST surface for customResources-cusResourceName.
      operations:
      - method: GET
        name: listcustomresources
        description: Adobe Campaign List Non-profile Custom Resources
        call: standard-custom-resources.listcustomresources
        with:
          cusResourceName: rest.cusResourceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/profileandservicesext/{cusresourcename}
      name: profileandservicesext-cusresourcename
      description: REST surface for profileAndServicesExt-cusResourceName.
      operations:
      - method: GET
        name: listprofilelinkedcustomresources
        description: Adobe Campaign List Profile-linked Custom Resources
        call: standard-custom-resources.listprofilelinkedcustomresources
        with:
          cusResourceName: rest.cusResourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: standard-custom-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Campaign Standard API — Custom Resources. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-campaign-list-non-profile
      description: Adobe Campaign List Non-profile Custom Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: standard-custom-resources.listcustomresources
      with:
        cusResourceName: tools.cusResourceName
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-campaign-list-profile-linked
      description: Adobe Campaign List Profile-linked Custom Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: standard-custom-resources.listprofilelinkedcustomresources
      with:
        cusResourceName: tools.cusResourceName
      outputParameters:
      - type: object
        mapping: $.