7digital · Capability

7digital / MassiveMusic Streaming Platform API — Logging

7digital / MassiveMusic Streaming Platform API — Logging. 3 operations. Lead operation: 7digital Report Catalogue Stream. Self-contained Naftiko capability covering one 7digital / MassiveMusic business surface.

Run with Naftiko 7digital / MassiveMusicMusicLogging

What You Can Do

POST
Reportcataloguestream — 7digital Report Catalogue Stream
/v1/logging/catalogue
POST
Reportpreviewstream — 7digital Report Preview Stream
/v1/logging/preview
POST
Reportsubscriberstream — 7digital Report Subscriber Stream
/v1/logging/subscriber

MCP Tools

report-catalogue-stream

7digital Report Catalogue Stream

read-only
report-preview-stream

7digital Report Preview Stream

read-only
report-subscriber-stream

7digital Report Subscriber Stream

read-only

Capability Spec

streaming-platform-logging.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 7digital / MassiveMusic Streaming Platform API — Logging
  description: '7digital / MassiveMusic Streaming Platform API — Logging. 3 operations. Lead operation: 7digital Report Catalogue Stream. Self-contained Naftiko capability covering one 7digital / MassiveMusic
    business surface.'
  tags:
  - 7digital / MassiveMusic
  - Music
  - Logging
  created: '2026-05-28'
  modified: '2026-05-28'
binds:
- namespace: env
  keys:
    SEVENDIGITAL_CONSUMER_KEY: SEVENDIGITAL_CONSUMER_KEY
    SEVENDIGITAL_CONSUMER_SECRET: SEVENDIGITAL_CONSUMER_SECRET
capability:
  consumes:
  - type: http
    namespace: streaming-platform-logging
    baseUri: https://api.7digital.com
    description: 7digital / MassiveMusic Streaming Platform API — Logging business capability. Self-contained, no shared references.
    authentication:
      type: apikey
      key: oauth_consumer_key
      value: '{{env.SEVENDIGITAL_CONSUMER_KEY}}'
      placement: query
    resources:
    - name: logging-catalogue
      path: /logging/catalogue
      operations:
      - name: reportCatalogueStream
        method: POST
        description: 7digital Report Catalogue Stream
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body payload.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: logging-preview
      path: /logging/preview
      operations:
      - name: reportPreviewStream
        method: POST
        description: 7digital Report Preview Stream
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body payload.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: logging-subscriber
      path: /logging/subscriber
      operations:
      - name: reportSubscriberStream
        method: POST
        description: 7digital Report Subscriber Stream
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body payload.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: streaming-platform-logging-rest
    port: 8080
    description: REST adapter for 7digital / MassiveMusic Streaming Platform API — Logging. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/logging/catalogue
      name: logging-catalogue
      description: REST surface for logging-catalogue.
      operations:
      - method: POST
        name: reportCatalogueStream
        description: 7digital Report Catalogue Stream
        call: streaming-platform-logging.reportCatalogueStream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/logging/preview
      name: logging-preview
      description: REST surface for logging-preview.
      operations:
      - method: POST
        name: reportPreviewStream
        description: 7digital Report Preview Stream
        call: streaming-platform-logging.reportPreviewStream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/logging/subscriber
      name: logging-subscriber
      description: REST surface for logging-subscriber.
      operations:
      - method: POST
        name: reportSubscriberStream
        description: 7digital Report Subscriber Stream
        call: streaming-platform-logging.reportSubscriberStream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streaming-platform-logging-mcp
    port: 9090
    transport: http
    description: MCP adapter for 7digital / MassiveMusic Streaming Platform API — Logging. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: report-catalogue-stream
      description: 7digital Report Catalogue Stream
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: streaming-platform-logging.reportCatalogueStream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: report-preview-stream
      description: 7digital Report Preview Stream
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: streaming-platform-logging.reportPreviewStream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: report-subscriber-stream
      description: 7digital Report Subscriber Stream
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: streaming-platform-logging.reportSubscriberStream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.