Skip to main content
Glama

RedNote MCP Server

by ethancod1ng

rednote_analyze_content

Analyze content for sentiment, keywords, or categories using the RedNote MCP Server. Process Xiaohongshu (Little Red Book) notes, user data, and trends to extract actionable insights.

Instructions

分析内容

Input Schema

NameRequiredDescriptionDefault
analysis_typeNo分析类型all
contentYes内容文本

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "default": "all", "description": "分析类型", "enum": [ "sentiment", "keywords", "category", "all" ], "type": "string" }, "content": { "description": "内容文本", "type": "string" } }, "required": [ "content" ], "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