Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Experience Platform API — Queries

Adobe Experience Cloud Adobe Experience Platform API — Queries. 3 operations. Lead operation: Adobe Experience Platform Adobe Experience Cloud List Queries. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudQueries

What You Can Do

GET
Listqueries — Adobe Experience Platform Adobe Experience Cloud List Queries
/v1/data/foundation/query/queries
POST
Createquery — Adobe Experience Platform Adobe Experience Cloud Submit a Query
/v1/data/foundation/query/queries
GET
Getquery — Adobe Experience Platform Adobe Experience Cloud Get Query Status
/v1/data/foundation/query/queries/{queryid}

MCP Tools

adobe-experience-platform-adobe-experience

Adobe Experience Platform Adobe Experience Cloud List Queries

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

Adobe Experience Platform Adobe Experience Cloud Submit a Query

read-only
adobe-experience-platform-adobe-experience-3

Adobe Experience Platform Adobe Experience Cloud Get Query Status

read-only idempotent

Capability Spec

adobe-experience-platform-queries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Experience Platform API — Queries
  description: 'Adobe Experience Cloud Adobe Experience Platform API — Queries. 3 operations. Lead operation: Adobe Experience
    Platform Adobe Experience Cloud List Queries. Self-contained Naftiko capability covering one Adobe Experience Cloud business
    surface.'
  tags:
  - Adobe Experience Cloud
  - Queries
  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-queries
    baseUri: https://platform.adobe.io
    description: Adobe Experience Cloud Adobe Experience Platform API — Queries business capability. Self-contained, no shared
      references.
    resources:
    - name: data-foundation-query-queries
      path: /data/foundation/query/queries
      operations:
      - name: listqueries
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud List Queries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
      - name: createquery
        method: POST
        description: Adobe Experience Platform Adobe Experience Cloud Submit a Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-foundation-query-queries-queryId
      path: /data/foundation/query/queries/{queryId}
      operations:
      - name: getquery
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud Get Query Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queryId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-experience-platform-queries-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Experience Platform API — Queries. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/data/foundation/query/queries
      name: data-foundation-query-queries
      description: REST surface for data-foundation-query-queries.
      operations:
      - method: GET
        name: listqueries
        description: Adobe Experience Platform Adobe Experience Cloud List Queries
        call: adobe-experience-platform-queries.listqueries
        with:
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createquery
        description: Adobe Experience Platform Adobe Experience Cloud Submit a Query
        call: adobe-experience-platform-queries.createquery
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/foundation/query/queries/{queryid}
      name: data-foundation-query-queries-queryid
      description: REST surface for data-foundation-query-queries-queryId.
      operations:
      - method: GET
        name: getquery
        description: Adobe Experience Platform Adobe Experience Cloud Get Query Status
        call: adobe-experience-platform-queries.getquery
        with:
          queryId: rest.queryId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-experience-platform-queries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Experience Platform API — Queries. 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 Queries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-queries.listqueries
      with:
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-2
      description: Adobe Experience Platform Adobe Experience Cloud Submit a Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: adobe-experience-platform-queries.createquery
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-3
      description: Adobe Experience Platform Adobe Experience Cloud Get Query Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-queries.getquery
      with:
        queryId: tools.queryId
      outputParameters:
      - type: object
        mapping: $.