Skip to main content
Glama
ethancod1ng

RedNote MCP Server

by ethancod1ng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
rednote_search_notesC

搜索小红书笔记

rednote_get_noteC

获取笔记详情

rednote_get_user_infoC

获取用户信息

rednote_get_user_notesC

获取用户笔记

rednote_get_trending_topicsD

获取热门话题

rednote_analyze_contentD

分析内容

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 6 tools

Disambiguation4/5

Most tools have distinct purposes targeting different resources (content analysis, note details, trending topics, user info, user notes, note search). However, 'rednote_get_note' and 'rednote_get_user_notes' could potentially overlap if a user's notes are accessed individually versus collectively, but the descriptions clarify this as separate operations.

Naming Consistency5/5

All tools follow a consistent 'rednote_verb_noun' pattern with clear, descriptive names. The verb-noun structure is uniform across all six tools, making them predictable and easy to understand.

Tool Count5/5

With 6 tools, the count is well-scoped for a RedNote (Xiaohongshu) server. It covers key operations like content analysis, note retrieval, user info, and search without being overwhelming or too sparse.

Completeness3/5

The tools provide good read/search capabilities for notes, users, and trends, but there are notable gaps in write operations (e.g., creating, updating, or deleting notes or user interactions). This limits the server to observational tasks, missing full lifecycle coverage for the social media domain.