Skip to main content
Glama
CopeeeTang

rednote-mind-mcp

by CopeeeTang

get_note_content

Retrieve complete Xiaohongshu note content with images and engagement metrics. Optionally generate text descriptions from images via VLM, using a valid note URL containing xsec_token.

Instructions

获取笔记的完整内容。可选择是否包含图片和详细数据(标签、点赞、收藏、评论)。图片处理模式:original 返回压缩后的原始图片(Base64),vlm 使用 VLM 分析图片并返回文字描述(支持智增增 ZZZ_API_KEY、Jina JINA_API_KEY 或智谱 ZHIPU_API_KEY,按此优先级选择)。重要:必须使用从 get_favorites_list 或 search_notes_by_keyword 返回的带 xsec_token 参数的完整 URL,否则可能访问失败。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteUrlYes笔记 URL(必须是从收藏夹或搜索结果中获取的带 xsec_token 参数的完整 URL,如:https://www.xiaohongshu.com/explore/xxx?xsec_token=...)
imageModeNo图片处理模式:original=返回原始图片Base64(默认),vlm=使用VLM分析并返回文字描述(支持智增增或智谱API)original
includeDataNo是否包含详细数据(标签、点赞、收藏、评论数,默认 true)
imageQualityNo图片压缩质量 50-95(默认 65,值越高质量越好但体积越大)
maxImageSizeNo图片最大尺寸(像素,默认 1600)
includeImagesNo是否包含图片(默认 true)
compressImagesNo是否压缩图片以节省传输体积(默认 true,强烈推荐)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does disclose important behaviors: the vlm mode relies on external VLM APIs and lists supported providers and priority order, and it warns about potential failure without proper URL tokens. It also reveals image compression behavior. It does not mention rate limits or authentication requirements, but for the given information it is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the main purpose in the first sentence. It efficiently packs essential usage caveats (URL token requirement, image modes, API key options) into two dense sentences without unnecessary filler. Every clause contributes valuable information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 7 parameters, no output schema, and no annotations, the description covers the critical prerequisites (URL token), mode-specific behavior (original vs vlm), and mentions return formats (Base64, text description). It does not describe the full return structure or error conditions, but given the complexity, it provides enough context to invoke the tool safely and effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has 100% coverage with descriptions for all 7 parameters, giving a baseline of 3. The description adds extra value by explaining the difference between original and vlm modes, the API key priority, and the critical noteUrl requirement. This goes beyond the schema's per-parameter descriptions and enhances the agent's understanding of how to use the parameters effectively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb+resource: '获取笔记的完整内容' (get the full content of a note), which precisely states the tool's function. It differentiates from sibling tools like download_note_images and get_batch_notes_from_favorites by focusing on single-note content retrieval with optional components.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is well explained: it mandates using URLs with xsec_token from get_favorites_list or search_notes_by_keyword, explicitly warning that otherwise access may fail. It also clarifies when to choose 'original' vs 'vlm' image modes. However, it does not explicitly contrast with sibling tools (e.g., when to use get_batch_notes_from_favorites instead), though the purpose distinction is fairly clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/CopeeeTang/rednote-mind-skills'

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