tiktok_search_hashtag_list
ActiveTool of Social Fetch
declared in 0.19.0
Search TikTok videos by hashtag (not free-text keyword — use tiktok.search.videos.list for that).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"hashtag",
"trim"
],
"properties": {
"trim": {
"type": "boolean",
"description": "Whether to request a smaller response with fewer fields."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Pagination cursor returned by a previous response."
},
"region": {
"type": "string",
"description": "Optional ISO 3166-1 country code for the request. This sets the proxy region and does not filter results to that country only."
},
"hashtag": {
"type": "string",
"maxLength": 256,
"minLength": 1,
"description": "Hashtag to search for. A leading # is optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries