Adobe Analytics · Capability

Adobe Analytics API — Reports

Adobe Analytics API — Reports. 1 operations. Lead operation: Adobe Analytics Run a Report. Self-contained Naftiko capability covering one Adobe Analytics business surface.

Run with Naftiko Adobe AnalyticsReports

What You Can Do

POST
Runreport — Adobe Analytics Run a Report
/v1/reports

MCP Tools

adobe-analytics-run-report

Adobe Analytics Run a Report

Capability Spec

adobe-analytics-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Analytics API — Reports
  description: 'Adobe Analytics API — Reports. 1 operations. Lead operation: Adobe Analytics Run a Report. Self-contained
    Naftiko capability covering one Adobe Analytics business surface.'
  tags:
  - Adobe Analytics
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_ANALYTICS_API_KEY: ADOBE_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-analytics-reports
    baseUri: https://analytics.adobe.io/api/{globalCompanyId}
    description: Adobe Analytics API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: reports
      path: /reports
      operations:
      - name: runreport
        method: POST
        description: Adobe Analytics Run a Report
        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_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-analytics-reports-rest
    port: 8080
    description: REST adapter for Adobe Analytics API — Reports. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/reports
      name: reports
      description: REST surface for reports.
      operations:
      - method: POST
        name: runreport
        description: Adobe Analytics Run a Report
        call: adobe-analytics-reports.runreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-analytics-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Analytics API — Reports. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: adobe-analytics-run-report
      description: Adobe Analytics Run a Report
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-analytics-reports.runreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.