xiaohongshu.md 605 B

上下文

API接口

http://47.84.182.56:8000/tools/call/get_xhs_detail_by_note_id

接口描述

小红书详情页 Args: note_id: 小红书笔记ID

参数定义

{

"name": "get_xhs_detail_by_note_id",
"description": "小红书详情页\nArgs:\n    note_id: 小红书笔记ID\n",
"inputSchema": {
    "title": "get_xhs_detail_by_note_idArguments",
    "type": "object",
    "properties": {
        "note_id": {
            "title": "Note Id",
            "type": "string"
        }
    },
    "required": [
        "note_id"
    ]
}

}