Adobe Analytics · Capability

Adobe Analytics Reporting And Analysis

Unified workflow for analytics reporting, component management, and data governance combining the Analytics 2.0 API for reports, segments, calculated metrics, and the Data Repair API for data quality management. Used by digital analysts, marketing analysts, and data governance teams.

Run with Naftiko Adobe AnalyticsReportingAnalysisSegmentsCalculated MetricsData Governance

What You Can Do

POST
Run report — Run an analytics report.
/v1/reports
GET
List segments — List segments.
/v1/segments
POST
Create segment — Create a segment.
/v1/segments
GET
Get segment — Get a segment.
/v1/segments/{segmentId}
PUT
Update segment — Update a segment.
/v1/segments/{segmentId}
DELETE
Delete segment — Delete a segment.
/v1/segments/{segmentId}
GET
List calculated metrics — List calculated metrics.
/v1/calculated-metrics
POST
Create calculated metric — Create a calculated metric.
/v1/calculated-metrics
GET
Get calculated metric — Get a calculated metric.
/v1/calculated-metrics/{calculatedMetricId}
PUT
Update calculated metric — Update a calculated metric.
/v1/calculated-metrics/{calculatedMetricId}
DELETE
Delete calculated metric — Delete a calculated metric.
/v1/calculated-metrics/{calculatedMetricId}
GET
List metrics — List metrics for a report suite.
/v1/metrics
GET
List dimensions — List dimensions for a report suite.
/v1/dimensions
GET
List report suites — List report suites.
/v1/report-suites
GET
Get report suite — Get report suite details.
/v1/report-suites/{rsid}
GET
List annotations — List annotations.
/v1/annotations
POST
Create annotation — Create an annotation.
/v1/annotations
GET
Get server call estimate — Estimate repair scope.
/v1/report-suites/{rsid}/server-call-estimate
GET
List repair jobs — List repair jobs.
/v1/report-suites/{rsid}/repair-jobs
POST
Create repair job — Create a repair job.
/v1/report-suites/{rsid}/repair-jobs
GET
Get repair job — Get repair job status.
/v1/report-suites/{rsid}/repair-jobs/{jobId}

MCP Tools

run-report

Run an Adobe Analytics report with metrics, dimensions, and date filters.

read-only idempotent
list-segments

List analytics segments.

read-only idempotent
create-segment

Create a new analytics segment.

get-segment

Retrieve a specific segment by ID.

read-only idempotent
update-segment

Update an existing segment.

idempotent
delete-segment

Permanently delete a segment.

idempotent
list-calculated-metrics

List calculated metrics.

read-only idempotent
create-calculated-metric

Create a new calculated metric.

get-calculated-metric

Retrieve a calculated metric by ID.

read-only idempotent
update-calculated-metric

Update a calculated metric.

idempotent
delete-calculated-metric

Permanently delete a calculated metric.

idempotent
list-metrics

List all metrics available in a report suite.

read-only idempotent
list-dimensions

List all dimensions available in a report suite.

read-only idempotent
list-report-suites

List accessible report suites.

read-only idempotent
get-report-suite

Get details for a specific report suite.

read-only idempotent
list-annotations

List analytics annotations.

read-only idempotent
create-annotation

Create an annotation for a report suite date range.

list-date-ranges

List saved date ranges.

read-only idempotent
list-tags

List all tags used on analytics components.

read-only idempotent
get-server-call-estimate

Estimate the scope and cost of a data repair job.

read-only idempotent
list-repair-jobs

List recent data repair jobs for a report suite.

read-only idempotent
create-repair-job

Create a data repair job to delete or transform ingested data.

get-repair-job

Get status of a specific data repair job.

read-only idempotent

APIs Used

adobe-analytics adobe-data-repair