Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Experience Platform API — Segments

Adobe Experience Cloud Adobe Experience Platform API — Segments. 4 operations. Lead operation: Adobe Experience Platform Adobe Experience Cloud List Segment Definitions. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudSegments

What You Can Do

GET
Listsegmentdefinitions — Adobe Experience Platform Adobe Experience Cloud List Segment Definitions
/v1/data/core/ups/segment/definitions
POST
Createsegmentdefinition — Adobe Experience Platform Adobe Experience Cloud Create a Segment Definition
/v1/data/core/ups/segment/definitions
GET
Getsegmentdefinition — Adobe Experience Platform Adobe Experience Cloud Get a Segment Definition
/v1/data/core/ups/segment/definitions/{segmentid}
DELETE
Deletesegmentdefinition — Adobe Experience Platform Adobe Experience Cloud Delete a Segment Definition
/v1/data/core/ups/segment/definitions/{segmentid}

MCP Tools

adobe-experience-platform-adobe-experience

Adobe Experience Platform Adobe Experience Cloud List Segment Definitions

read-only idempotent
adobe-experience-platform-adobe-experience-2

Adobe Experience Platform Adobe Experience Cloud Create a Segment Definition

adobe-experience-platform-adobe-experience-3

Adobe Experience Platform Adobe Experience Cloud Get a Segment Definition

read-only idempotent
adobe-experience-platform-adobe-experience-4

Adobe Experience Platform Adobe Experience Cloud Delete a Segment Definition

idempotent

Capability Spec

adobe-experience-platform-segments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Experience Platform API — Segments
  description: 'Adobe Experience Cloud Adobe Experience Platform API — Segments. 4 operations. Lead operation: Adobe Experience
    Platform Adobe Experience Cloud List Segment Definitions. Self-contained Naftiko capability covering one Adobe Experience
    Cloud business surface.'
  tags:
  - Adobe Experience Cloud
  - Segments
  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-experience-platform-segments
    baseUri: https://platform.adobe.io
    description: Adobe Experience Cloud Adobe Experience Platform API — Segments business capability. Self-contained, no shared
      references.
    resources:
    - name: data-core-ups-segment-definitions
      path: /data/core/ups/segment/definitions
      operations:
      - name: listsegmentdefinitions
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud List Segment Definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
      - name: createsegmentdefinition
        method: POST
        description: Adobe Experience Platform Adobe Experience Cloud Create a Segment Definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-core-ups-segment-definitions-segmentId
      path: /data/core/ups/segment/definitions/{segmentId}
      operations:
      - name: getsegmentdefinition
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud Get a Segment Definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: segmentId
          in: path
          type: string
          required: true
      - name: deletesegmentdefinition
        method: DELETE
        description: Adobe Experience Platform Adobe Experience Cloud Delete a Segment Definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: segmentId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-experience-platform-segments-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Experience Platform API — Segments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/data/core/ups/segment/definitions
      name: data-core-ups-segment-definitions
      description: REST surface for data-core-ups-segment-definitions.
      operations:
      - method: GET
        name: listsegmentdefinitions
        description: Adobe Experience Platform Adobe Experience Cloud List Segment Definitions
        call: adobe-experience-platform-segments.listsegmentdefinitions
        with:
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsegmentdefinition
        description: Adobe Experience Platform Adobe Experience Cloud Create a Segment Definition
        call: adobe-experience-platform-segments.createsegmentdefinition
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/core/ups/segment/definitions/{segmentid}
      name: data-core-ups-segment-definitions-segmentid
      description: REST surface for data-core-ups-segment-definitions-segmentId.
      operations:
      - method: GET
        name: getsegmentdefinition
        description: Adobe Experience Platform Adobe Experience Cloud Get a Segment Definition
        call: adobe-experience-platform-segments.getsegmentdefinition
        with:
          segmentId: rest.segmentId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesegmentdefinition
        description: Adobe Experience Platform Adobe Experience Cloud Delete a Segment Definition
        call: adobe-experience-platform-segments.deletesegmentdefinition
        with:
          segmentId: rest.segmentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-experience-platform-segments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Experience Platform API — Segments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-experience-platform-adobe-experience
      description: Adobe Experience Platform Adobe Experience Cloud List Segment Definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-segments.listsegmentdefinitions
      with:
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-2
      description: Adobe Experience Platform Adobe Experience Cloud Create a Segment Definition
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-experience-platform-segments.createsegmentdefinition
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-3
      description: Adobe Experience Platform Adobe Experience Cloud Get a Segment Definition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-segments.getsegmentdefinition
      with:
        segmentId: tools.segmentId
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-4
      description: Adobe Experience Platform Adobe Experience Cloud Delete a Segment Definition
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: adobe-experience-platform-segments.deletesegmentdefinition
      with:
        segmentId: tools.segmentId
      outputParameters:
      - type: object
        mapping: $.