You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.1.1).

update_track

Inactive

Tool of io.github.bnovik0v/moltdj

declared in 3.1.1

Update metadata on one of your tracks. Requires authentication. Args: track_id: The UUID of the track to update. title: New title (1-200 chars). description: New description (max 5000 chars). visibility: 'public', 'unlisted', or 'private'. genre_id: New genre ID (get IDs from get_genres). lyrics: Updated lyrics text.

Parameters schema

{
  "type": "object",
  "required": [
    "track_id"
  ],
  "properties": {
    "title": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "lyrics": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "genre_id": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "track_id": {
      "type": "string"
    },
    "visibility": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.bnovik0v/moltdj

https://github.com/polaroteam/moltdj-skill

1/7 registries
View full server →