7digital · Capability

7digital API — Editorial

7digital API — Editorial. 1 operations. Lead operation: 7digital Get Editorial List. Self-contained Naftiko capability covering one 7digital / MassiveMusic business surface.

Run with Naftiko 7digital / MassiveMusicMusicEditorial

What You Can Do

GET
Geteditoriallist — 7digital Get Editorial List
/v1/editorial/list

MCP Tools

get-editorial-list

7digital Get Editorial List

read-only idempotent

Capability Spec

api-editorial.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 7digital API — Editorial
  description: '7digital API — Editorial. 1 operations. Lead operation: 7digital Get Editorial List. Self-contained Naftiko capability covering one 7digital / MassiveMusic business surface.'
  tags:
  - 7digital / MassiveMusic
  - Music
  - Editorial
  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: api-editorial
    baseUri: https://api.7digital.com/1.2
    description: 7digital API — Editorial business capability. Self-contained, no shared references.
    authentication:
      type: apikey
      key: oauth_consumer_key
      value: '{{env.SEVENDIGITAL_CONSUMER_KEY}}'
      placement: query
    resources:
    - name: editorial-list
      path: /editorial/list
      operations:
      - name: getEditorialList
        method: GET
        description: 7digital Get Editorial List
        inputParameters:
        - name: country
          in: query
          type: string
          required: false
          description: ISO 3166-1 alpha-2 country code for the sales territory.
        - name: page
          in: query
          type: integer
          required: false
          description: 1-based page number for paged endpoints.
        - name: pageSize
          in: query
          type: integer
          required: false
          description: Number of items per page.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: api-editorial-rest
    port: 8080
    description: REST adapter for 7digital API — Editorial. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/editorial/list
      name: editorial-list
      description: REST surface for editorial-list.
      operations:
      - method: GET
        name: getEditorialList
        description: 7digital Get Editorial List
        call: api-editorial.getEditorialList
        with:
          country: rest.country
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-editorial-mcp
    port: 9090
    transport: http
    description: MCP adapter for 7digital API — Editorial. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-editorial-list
      description: 7digital Get Editorial List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-editorial.getEditorialList
      with:
        country: tools.country
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.