TIDAL · Capability

TIDAL Social API — Appreciations

TIDAL Social API — Appreciations. 1 operations. Self-contained Naftiko capability covering one TIDAL business surface.

TIDAL Social API — Appreciations is a Naftiko capability published by TIDAL, one of 36 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v2/appreciations.

The capability includes 1 state-changing operation. Lead operation: Create single appreciation. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include TIDAL, Music, and appreciations.

Run with Naftiko TIDALMusicappreciations

What You Can Do

POST
Postappreciations — Create single appreciation.
/v2/appreciations

MCP Tools

tidal-postappreciations

Create single appreciation.

Capability Spec

social-appreciations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIDAL Social API — Appreciations
  description: TIDAL Social API — Appreciations. 1 operations. Self-contained Naftiko capability covering one TIDAL business
    surface.
  tags:
  - TIDAL
  - Music
  - appreciations
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    TIDAL_ACCESS_TOKEN: TIDAL_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: social-appreciations
    baseUri: https://openapi.tidal.com
    description: TIDAL Social API — Appreciations business capability. Self-contained, no shared references.
    resources:
    - name: appreciations
      path: /appreciations
      operations:
      - name: postappreciations
        method: POST
        description: Create single appreciation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: JSON:API document request body.
          required: true
    authentication:
      type: bearer
      value: '{{env.TIDAL_ACCESS_TOKEN}}'
      placement: header
      header: Authorization
      prefix: 'Bearer '
  exposes:
  - type: rest
    namespace: social-appreciations-rest
    port: 8080
    description: REST adapter for TIDAL Social API — Appreciations. One Spectral-compliant resource per consumed operation,
      prefixed with /v2.
    resources:
    - path: /v2/appreciations
      name: appreciations
      description: REST surface for appreciations.
      operations:
      - method: POST
        name: postappreciations
        description: Create single appreciation.
        call: social-appreciations.postappreciations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: social-appreciations-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIDAL Social API — Appreciations. One tool per consumed operation.
    tools:
    - name: tidal-postappreciations
      description: Create single appreciation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: social-appreciations.postappreciations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.