Adobe Launch · Capability

Adobe Launch Reactor API — Data Elements

Adobe Launch Reactor API — Data Elements. 8 operations. Lead operation: Retrieve a Data Element. Self-contained Naftiko capability covering one Adobe Launch business surface.

Run with Naftiko Adobe LaunchData Elements

What You Can Do

GET
Getdataelement — Retrieve a Data Element
/v1/data-elements/{dataelementid}
PATCH
Updatedataelement — Update a Data Element
/v1/data-elements/{dataelementid}
DELETE
Deletedataelement — Delete a Data Element
/v1/data-elements/{dataelementid}
GET
Getextensionfordataelement — Get the Extension for a Data Element
/v1/data-elements/{dataelementid}/extension
GET
Getpropertyfordataelement — Get the Property for a Data Element
/v1/data-elements/{dataelementid}/property
GET
Listrevisionsfordataelement — List Revisions for a Data Element
/v1/data-elements/{dataelementid}/revisions
GET
Listdataelementsforproperty — List Data Elements for a Property
/v1/properties/{propertyid}/data-elements
POST
Createdataelement — Create a Data Element
/v1/properties/{propertyid}/data-elements

MCP Tools

retrieve-data-element

Retrieve a Data Element

read-only idempotent
update-data-element

Update a Data Element

idempotent
delete-data-element

Delete a Data Element

idempotent
get-extension-data-element

Get the Extension for a Data Element

read-only idempotent
get-property-data-element

Get the Property for a Data Element

read-only idempotent
list-revisions-data-element

List Revisions for a Data Element

read-only idempotent
list-data-elements-property

List Data Elements for a Property

read-only idempotent
create-data-element

Create a Data Element

Capability Spec

reactor-data-elements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Launch Reactor API — Data Elements
  description: 'Adobe Launch Reactor API — Data Elements. 8 operations. Lead operation: Retrieve a Data Element. Self-contained
    Naftiko capability covering one Adobe Launch business surface.'
  tags:
  - Adobe Launch
  - Data Elements
  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-data-elements
    baseUri: https://reactor.adobe.io
    description: Adobe Launch Reactor API — Data Elements business capability. Self-contained, no shared references.
    resources:
    - name: data_elements-dataElementId
      path: /data_elements/{dataElementId}
      operations:
      - name: getdataelement
        method: GET
        description: Retrieve a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatedataelement
        method: PATCH
        description: Update a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedataelement
        method: DELETE
        description: Delete a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: data_elements-dataElementId-extension
      path: /data_elements/{dataElementId}/extension
      operations:
      - name: getextensionfordataelement
        method: GET
        description: Get the Extension for a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: data_elements-dataElementId-property
      path: /data_elements/{dataElementId}/property
      operations:
      - name: getpropertyfordataelement
        method: GET
        description: Get the Property for a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: data_elements-dataElementId-revisions
      path: /data_elements/{dataElementId}/revisions
      operations:
      - name: listrevisionsfordataelement
        method: GET
        description: List Revisions for a Data Element
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: properties-propertyId-data_elements
      path: /properties/{propertyId}/data_elements
      operations:
      - name: listdataelementsforproperty
        method: GET
        description: List Data Elements for a Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdataelement
        method: POST
        description: Create a Data Element
        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_LAUNCH_API_KEY}}'
  exposes:
  - type: rest
    namespace: reactor-data-elements-rest
    port: 8080
    description: REST adapter for Adobe Launch Reactor API — Data Elements. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/data-elements/{dataelementid}
      name: data-elements-dataelementid
      description: REST surface for data_elements-dataElementId.
      operations:
      - method: GET
        name: getdataelement
        description: Retrieve a Data Element
        call: reactor-data-elements.getdataelement
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatedataelement
        description: Update a Data Element
        call: reactor-data-elements.updatedataelement
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedataelement
        description: Delete a Data Element
        call: reactor-data-elements.deletedataelement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data-elements/{dataelementid}/extension
      name: data-elements-dataelementid-extension
      description: REST surface for data_elements-dataElementId-extension.
      operations:
      - method: GET
        name: getextensionfordataelement
        description: Get the Extension for a Data Element
        call: reactor-data-elements.getextensionfordataelement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data-elements/{dataelementid}/property
      name: data-elements-dataelementid-property
      description: REST surface for data_elements-dataElementId-property.
      operations:
      - method: GET
        name: getpropertyfordataelement
        description: Get the Property for a Data Element
        call: reactor-data-elements.getpropertyfordataelement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data-elements/{dataelementid}/revisions
      name: data-elements-dataelementid-revisions
      description: REST surface for data_elements-dataElementId-revisions.
      operations:
      - method: GET
        name: listrevisionsfordataelement
        description: List Revisions for a Data Element
        call: reactor-data-elements.listrevisionsfordataelement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/properties/{propertyid}/data-elements
      name: properties-propertyid-data-elements
      description: REST surface for properties-propertyId-data_elements.
      operations:
      - method: GET
        name: listdataelementsforproperty
        description: List Data Elements for a Property
        call: reactor-data-elements.listdataelementsforproperty
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdataelement
        description: Create a Data Element
        call: reactor-data-elements.createdataelement
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: reactor-data-elements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Launch Reactor API — Data Elements. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: retrieve-data-element
      description: Retrieve a Data Element
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reactor-data-elements.getdataelement
      outputParameters:
      - type: object
        mapping: $.
    - name: update-data-element
      description: Update a Data Element
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: reactor-data-elements.updatedataelement
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-data-element
      description: Delete a Data Element
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: reactor-data-elements.deletedataelement
      outputParameters:
      - type: object
        mapping: $.
    - name: get-extension-data-element
      description: Get the Extension for a Data Element
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reactor-data-elements.getextensionfordataelement
      outputParameters:
      - type: object
        mapping: $.
    - name: get-property-data-element
      description: Get the Property for a Data Element
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reactor-data-elements.getpropertyfordataelement
      outputParameters:
      - type: object
        mapping: $.
    - name: list-revisions-data-element
      description: List Revisions for a Data Element
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reactor-data-elements.listrevisionsfordataelement
      outputParameters:
      - type: object
        mapping: $.
    - name: list-data-elements-property
      description: List Data Elements for a Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reactor-data-elements.listdataelementsforproperty
      outputParameters:
      - type: object
        mapping: $.
    - name: create-data-element
      description: Create a Data Element
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: reactor-data-elements.createdataelement
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.