You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok.download_music

Active

Tool of Vee3

declared in 1.27.1

Download a TikTok music track so the user or agent can save and reuse it. Provide either music_id or music_url, not both. The file is saved to account file storage. The response includes file_url for API users and download_code for agents to run `vee3-get-file`. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "download_tiktok_musicArguments",
  "properties": {
    "music_id": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 64
        },
        {
          "type": "null"
        }
      ],
      "title": "Music Id",
      "default": null,
      "description": "TikTok music id."
    },
    "file_name": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 255
        },
        {
          "type": "null"
        }
      ],
      "title": "File Name",
      "default": null,
      "description": "Optional account-relative storage path for the music file. If omitted, the file is stored under downloads/ with a generated name."
    },
    "music_url": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 2048
        },
        {
          "type": "null"
        }
      ],
      "title": "Music Url",
      "default": null,
      "description": "TikTok music page URL."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
tiktok.download_music — Vee3 — PRSM MCP