Skip to main content
Glama
CopeeeTang

rednote-mind-mcp

by CopeeeTang

login

Open a browser window to authenticate with Xiaohongshu via QR code or password, then save cookies for future note searches and analysis.

Instructions

登录小红书。会打开浏览器窗口引导用户扫码或密码登录,登录成功后会自动保存cookies供后续使用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo等待用户完成登录的超时时间(毫秒),默认60秒
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behaviors: opening a browser, guiding user interaction, and automatically saving cookies. It does not cover failure modes or implications of repeated logins, but the disclosed traits are informative and accurate.

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 two sentences, front-loaded with the explicit purpose, and every clause adds value (interaction method, cookie persistence). No unnecessary words or repetition.

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 simple login tool with one parameter and no output schema, the description covers the core flow and side effect (cookie saving). It could mention what happens if already logged in or how to verify success, but the provided information is sufficient for basic use.

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

Parameters3/5

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

Schema description coverage is 100% for the single parameter (timeout) with a detailed description in the schema. The tool description adds no extra parameter context, but the schema already fully explains the parameter, reaching the baseline of 3.

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 clearly states the action (login) and the resource (小红书/Xiaohongshu), and further specifies the interaction mode (browser window, QR/password) and outcome (saving cookies). This differentiates it from siblings like check_login_status, which only checks state.

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

Usage Guidelines3/5

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

The description implies this is a prerequisite for other tools by mentioning cookies for later use, but it does not explicitly state when to use it or contrast it with check_login_status. The usage context is implied rather than explicit.

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