Skip to main content
Glama
if530770

redfox-mcp-server

by if530770

xiaohongshu-search

Search Xiaohongshu notes by keyword to retrieve viral post data, with optional date range and pagination controls for social media analytics.

Instructions

小红书笔记搜索,根据关键词获取爆款笔记数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNo结束日期 YYYY-MM-DD
keywordYes搜索关键词,空字符串查询全站热门
pageNumNo页码
pageSizeNo每页数量(最大50)
startDateNo起始日期 YYYY-MM-DD

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It only says the tool fetches viral note data by keyword, but does not explain what '爆款' means, how results are sorted, whether date range and pagination affect results, or what the response structure looks like. This is a significant transparency gap for an unannotated tool.

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

Conciseness4/5

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

The description is a single, efficient Chinese sentence that front-loads the core purpose: search and viral note data. No wasted words. However, it is so brief that it omits useful behavioral and usage context, so it is concise rather than fully helpful.

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

Completeness2/5

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

With five parameters, no annotations, and no output schema, the description is too thin to give an agent a complete picture. It does not explain return value format, sorting/filtering behavior, how the empty-keyword 'site-wide trending' option works, or any rate or access considerations. An agent could call it, but would be guessing about important runtime behavior.

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%, so the schema already documents all five parameters. The description adds only the general notion of keyword-based viral note retrieval, which maps to the keyword parameter but does not add meaningful semantics beyond the schema. Baseline 3 is appropriate.

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

Purpose4/5

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

The description states a specific action—searching Xiaohongshu notes by keyword and fetching popular/viral note data. This clearly identifies the tool's resource and purpose, and the '爆款笔记数据' qualifier distinguishes it from generic crawlers. However, it does not explicitly differentiate itself from siblings like xiaohongshu-dailytop or xiaohongshu-ai-feed.

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 phrase '根据关键词获取爆款笔记数据' implies this tool is for keyword-driven note search, giving some usage context. But there is no explicit guidance on when to prefer it over similar Xiaohongshu search or ranking tools, nor any exclusions or alternatives mentioned. The usage is implied rather than clearly routed.

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/if530770/redfox-mcp'

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