xiaohongshu_check_status
Check Xiaohongshu account login status using headless browser automation to verify authentication and access permissions.
Instructions
检查小红书登录状态
Args: headless: 是否使用无头模式,默认True(状态检查可使用无头模式) chrome_path: Chrome浏览器可执行文件路径,可选
Returns: 登录状态信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chrome_path | No | ||
headless | No |
Input Schema (JSON Schema)
{
"properties": {
"chrome_path": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Chrome Path"
},
"headless": {
"default": true,
"title": "Headless",
"type": "boolean"
}
},
"title": "xiaohongshu_check_statusArguments",
"type": "object"
}