Skip to main content
Glama

RedNote MCP Server

by ethancod1ng

rednote_get_user_notes

Retrieve user notes from Xiaohongshu (Little Red Book) by specifying a user ID, with options to set a limit and pagination cursor for efficient data access.

Instructions

获取用户笔记

Input Schema

NameRequiredDescriptionDefault
cursorNo分页游标
limitNo数量限制
user_idYes用户ID

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "分页游标", "type": "string" }, "limit": { "default": 20, "description": "数量限制", "maximum": 100, "minimum": 1, "type": "number" }, "user_id": { "description": "用户ID", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethancod1ng/rednote-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server