Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites

Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites. 2 operations. Lead operation: Adobe Analytics Adobe Experience Cloud List Report Suites. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudReport Suites

What You Can Do

GET
Listreportsuites — Adobe Analytics Adobe Experience Cloud List Report Suites
/v1/api/{companyid}/reportsuites
GET
Getreportsuite — Adobe Analytics Adobe Experience Cloud Get a Report Suite
/v1/api/{companyid}/reportsuites/{rsid}

MCP Tools

adobe-analytics-adobe-experience-cloud

Adobe Analytics Adobe Experience Cloud List Report Suites

read-only idempotent
adobe-analytics-adobe-experience-cloud-2

Adobe Analytics Adobe Experience Cloud Get a Report Suite

read-only idempotent

Capability Spec

adobe-analytics-report-suites.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites
  description: 'Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites. 2 operations. Lead operation: Adobe Analytics
    Adobe Experience Cloud List Report Suites. Self-contained Naftiko capability covering one Adobe Experience Cloud business
    surface.'
  tags:
  - Adobe Experience Cloud
  - Report Suites
  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-analytics-report-suites
    baseUri: https://analytics.adobe.io
    description: Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites business capability. Self-contained, no shared
      references.
    resources:
    - name: api-companyId-reportsuites
      path: /api/{companyId}/reportsuites
      operations:
      - name: listreportsuites
        method: GET
        description: Adobe Analytics Adobe Experience Cloud List Report Suites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: companyId
          in: path
          type: string
          description: The global company ID for the Analytics account.
          required: true
        - name: limit
          in: query
          type: integer
          description: Maximum number of results to return per page.
        - name: page
          in: query
          type: integer
          description: Page number for pagination.
    - name: api-companyId-reportsuites-rsid
      path: /api/{companyId}/reportsuites/{rsid}
      operations:
      - name: getreportsuite
        method: GET
        description: Adobe Analytics Adobe Experience Cloud Get a Report Suite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: companyId
          in: path
          type: string
          description: The global company ID.
          required: true
        - name: rsid
          in: path
          type: string
          description: The report suite ID.
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-analytics-report-suites-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/{companyid}/reportsuites
      name: api-companyid-reportsuites
      description: REST surface for api-companyId-reportsuites.
      operations:
      - method: GET
        name: listreportsuites
        description: Adobe Analytics Adobe Experience Cloud List Report Suites
        call: adobe-analytics-report-suites.listreportsuites
        with:
          companyId: rest.companyId
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/{companyid}/reportsuites/{rsid}
      name: api-companyid-reportsuites-rsid
      description: REST surface for api-companyId-reportsuites-rsid.
      operations:
      - method: GET
        name: getreportsuite
        description: Adobe Analytics Adobe Experience Cloud Get a Report Suite
        call: adobe-analytics-report-suites.getreportsuite
        with:
          companyId: rest.companyId
          rsid: rest.rsid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-analytics-report-suites-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Analytics 2.0 API — Report Suites. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-analytics-adobe-experience-cloud
      description: Adobe Analytics Adobe Experience Cloud List Report Suites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-analytics-report-suites.listreportsuites
      with:
        companyId: tools.companyId
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-analytics-adobe-experience-cloud-2
      description: Adobe Analytics Adobe Experience Cloud Get a Report Suite
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-analytics-report-suites.getreportsuite
      with:
        companyId: tools.companyId
        rsid: tools.rsid
      outputParameters:
      - type: object
        mapping: $.