tiktok.music_details
ActiveTool of Vee3
declared in 1.27.1
Look up metadata for a TikTok music track. Provide either music_id or music_url, not both. Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_music_detailsArguments",
"properties": {
"music_id": {
"anyOf": [
{
"type": "string",
"maxLength": 64
},
{
"type": "null"
}
],
"title": "Music Id",
"default": null,
"description": "TikTok music id."
},
"music_url": {
"anyOf": [
{
"type": "string",
"maxLength": 2048
},
{
"type": "null"
}
],
"title": "Music Url",
"default": null,
"description": "TikTok music page URL."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries