rednote_get_trending_topics
Discover trending topics on Xiaohongshu with this tool by specifying a category and limit. Monitor popular content and stay updated on user interests.
Instructions
获取热门话题
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | 分类 | |
limit | No | 数量限制 |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "分类",
"type": "string"
},
"limit": {
"default": 20,
"description": "数量限制",
"maximum": 100,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}