TIDAL · Capability

TIDAL Claims API — Manual Artist Claims

TIDAL Claims API — Manual Artist Claims. 1 operations. Self-contained Naftiko capability covering one TIDAL business surface.

TIDAL Claims API — Manual Artist Claims 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/manualArtistClaims.

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

Tagged areas include TIDAL, Music, and manualArtistClaims.

Run with Naftiko TIDALMusicmanualArtistClaims

What You Can Do

POST
Postmanualartistclaims — Create single manualArtistClaim.
/v2/manualArtistClaims

MCP Tools

tidal-postmanualartistclaims

Create single manualArtistClaim.

Capability Spec

claims-manual-artist-claims.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIDAL Claims API — Manual Artist Claims
  description: TIDAL Claims API — Manual Artist Claims. 1 operations. Self-contained Naftiko capability covering one TIDAL
    business surface.
  tags:
  - TIDAL
  - Music
  - manualArtistClaims
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    TIDAL_ACCESS_TOKEN: TIDAL_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: claims-manual-artist-claims
    baseUri: https://openapi.tidal.com
    description: TIDAL Claims API — Manual Artist Claims business capability. Self-contained, no shared references.
    resources:
    - name: manualArtistClaims
      path: /manualArtistClaims
      operations:
      - name: postmanualartistclaims
        method: POST
        description: Create single manualArtistClaim.
        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: claims-manual-artist-claims-rest
    port: 8080
    description: REST adapter for TIDAL Claims API — Manual Artist Claims. One Spectral-compliant resource per consumed operation,
      prefixed with /v2.
    resources:
    - path: /v2/manualArtistClaims
      name: manualArtistClaims
      description: REST surface for manualArtistClaims.
      operations:
      - method: POST
        name: postmanualartistclaims
        description: Create single manualArtistClaim.
        call: claims-manual-artist-claims.postmanualartistclaims
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: claims-manual-artist-claims-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIDAL Claims API — Manual Artist Claims. One tool per consumed operation.
    tools:
    - name: tidal-postmanualartistclaims
      description: Create single manualArtistClaim.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: claims-manual-artist-claims.postmanualartistclaims
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.