rednote_get_user_info
Retrieve user information from Xiaohongshu (Little Red Book) by providing a user ID or username using this tool, enabling access to profile details and insights.
Instructions
获取用户信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | 用户ID或用户名 |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"description": "用户ID或用户名",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}