tiktok.for_you_feed
ActiveTool of Vee3
declared in 1.27.1
Fetch for-you feed videos for a region. Requires region. Cost = 4 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_for_you_feedArguments",
"required": [
"region"
],
"properties": {
"count": {
"anyOf": [
{
"type": "integer",
"maximum": 20,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Count",
"default": null,
"description": "Number of videos to return (max 20)."
},
"region": {
"type": "string",
"title": "Region",
"maxLength": 8,
"description": "Region code (for example us, jp, kr)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries