7digital · Capability

7digital API — Translations

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

Run with Naftiko 7digital / MassiveMusicMusicTranslations

What You Can Do

GET
Gettranslations — 7digital Get Translations
/v1/translations

MCP Tools

get-translations

7digital Get Translations

read-only idempotent

Capability Spec

api-translations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 7digital API — Translations
  description: '7digital API — Translations. 1 operations. Lead operation: 7digital Get Translations. Self-contained Naftiko capability covering one 7digital / MassiveMusic business surface.'
  tags:
  - 7digital / MassiveMusic
  - Music
  - Translations
  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-translations
    baseUri: https://api.7digital.com/1.2
    description: 7digital API — Translations business capability. Self-contained, no shared references.
    authentication:
      type: apikey
      key: oauth_consumer_key
      value: '{{env.SEVENDIGITAL_CONSUMER_KEY}}'
      placement: query
    resources:
    - name: translations
      path: /translations
      operations:
      - name: getTranslations
        method: GET
        description: 7digital Get Translations
        inputParameters:
        - name: locale
          in: query
          type: string
          required: true
          description: Locale identifier (BCP 47).
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: api-translations-rest
    port: 8080
    description: REST adapter for 7digital API — Translations. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/translations
      name: translations
      description: REST surface for translations.
      operations:
      - method: GET
        name: getTranslations
        description: 7digital Get Translations
        call: api-translations.getTranslations
        with:
          locale: rest.locale
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-translations-mcp
    port: 9090
    transport: http
    description: MCP adapter for 7digital API — Translations. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-translations
      description: 7digital Get Translations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-translations.getTranslations
      with:
        locale: tools.locale
      outputParameters:
      - type: object
        mapping: $.