Adobe Analytics · Capability

Adobe Analytics API — Annotations

Adobe Analytics API — Annotations. 3 operations. Lead operation: Adobe Analytics List Annotations. Self-contained Naftiko capability covering one Adobe Analytics business surface.

Run with Naftiko Adobe AnalyticsAnnotations

What You Can Do

GET
Listannotations — Adobe Analytics List Annotations
/v1/annotations
POST
Createannotation — Adobe Analytics Create an Annotation
/v1/annotations
GET
Listtags — Adobe Analytics List Tags
/v1/componentmetadata/tags

MCP Tools

adobe-analytics-list-annotations

Adobe Analytics List Annotations

read-only idempotent
adobe-analytics-create-annotation

Adobe Analytics Create an Annotation

adobe-analytics-list-tags

Adobe Analytics List Tags

read-only idempotent

Capability Spec

adobe-analytics-annotations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Analytics API — Annotations
  description: 'Adobe Analytics API — Annotations. 3 operations. Lead operation: Adobe Analytics List Annotations. Self-contained
    Naftiko capability covering one Adobe Analytics business surface.'
  tags:
  - Adobe Analytics
  - Annotations
  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-annotations
    baseUri: https://analytics.adobe.io/api/{globalCompanyId}
    description: Adobe Analytics API — Annotations business capability. Self-contained, no shared references.
    resources:
    - name: annotations
      path: /annotations
      operations:
      - name: listannotations
        method: GET
        description: Adobe Analytics List Annotations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
      - name: createannotation
        method: POST
        description: Adobe Analytics Create an Annotation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: componentmetadata-tags
      path: /componentmetadata/tags
      operations:
      - name: listtags
        method: GET
        description: Adobe Analytics List Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ADOBE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-analytics-annotations-rest
    port: 8080
    description: REST adapter for Adobe Analytics API — Annotations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/annotations
      name: annotations
      description: REST surface for annotations.
      operations:
      - method: GET
        name: listannotations
        description: Adobe Analytics List Annotations
        call: adobe-analytics-annotations.listannotations
        with:
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createannotation
        description: Adobe Analytics Create an Annotation
        call: adobe-analytics-annotations.createannotation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/componentmetadata/tags
      name: componentmetadata-tags
      description: REST surface for componentmetadata-tags.
      operations:
      - method: GET
        name: listtags
        description: Adobe Analytics List Tags
        call: adobe-analytics-annotations.listtags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-analytics-annotations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Analytics API — Annotations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adobe-analytics-list-annotations
      description: Adobe Analytics List Annotations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-analytics-annotations.listannotations
      with:
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-analytics-create-annotation
      description: Adobe Analytics Create an Annotation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-analytics-annotations.createannotation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-analytics-list-tags
      description: Adobe Analytics List Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-analytics-annotations.listtags
      outputParameters:
      - type: object
        mapping: $.