tiktok.user_followers
ActiveTool of Vee3
declared in 1.27.1
List followers for a TikTok user. Requires user_id. Pass cursor from a previous response to fetch the next page. Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_user_followersArguments",
"required": [
"user_id"
],
"properties": {
"count": {
"anyOf": [
{
"type": "integer",
"maximum": 200,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Count",
"default": null,
"description": "Number of items to return (max 200)."
},
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response."
},
"user_id": {
"type": "string",
"title": "User Id",
"maxLength": 128,
"description": "TikTok numeric user id."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries