Skip to main content
Glama

RedNote MCP Server

by ethancod1ng

rednote_get_note

Retrieve detailed note content and optional comments from Xiaohongshu by providing a note ID, enabling structured access to user-generated posts for analysis and insights.

Instructions

获取笔记详情

Input Schema

NameRequiredDescriptionDefault
include_commentsNo是否包含评论
note_idYes笔记ID

Input Schema (JSON Schema)

{ "properties": { "include_comments": { "default": false, "description": "是否包含评论", "type": "boolean" }, "note_id": { "description": "笔记ID", "type": "string" } }, "required": [ "note_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