search_xiaohongshu
Search Xiaohongshu (Red Note) for user-generated content, author details, and images using a specific query, with customizable result counts for precise retrieval on RedNote MCP.
Instructions
Searches for content on Xiaohongshu (Red Note) based on a query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of results to return | |
query | Yes | Search query for Xiaohongshu content |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"count": {
"default": 10,
"description": "Number of results to return",
"type": "number"
},
"query": {
"description": "Search query for Xiaohongshu content",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}