Xhs Viral Note
xhs_viral_note小红书种草笔记。输入产品/话题(如 平价护肤),返回种草笔记。每次 ¥0.05。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
xhs_viral_note小红书种草笔记。输入产品/话题(如 平价护肤),返回种草笔记。每次 ¥0.05。
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It usefully discloses the per-call cost (每次 ¥0.05) and the input/output shape. It does not describe how content is generated, whether it reflects real Xiaohongshu data, or any limitations, but for a simple stateless generation tool this is acceptable but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded with the core function, followed by an example and pricing. The only minor issue is the repetition of 种草笔记 in both the opening noun phrase and the return clause.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with an output schema present, the description provides the essential invocation information: what q means, what the tool returns, and the cost. No critical missing detail blocks an agent from calling the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only defines q as an unannotated string, so the description compensates by explaining that q should be a product/topic and providing the example 平价护肤. This adds meaning beyond the raw schema, though it leaves format constraints unstated.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: enter a product/topic and receive a Xiaohongshu seeding note. It includes a concrete example (平价护肤), which helps an agent understand what kind of query is expected. It does not explicitly differentiate itself from sibling content-generation tools, so it loses the fifth point.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied: use this when you need a Xiaohongshu-style recommendation note for a product or topic. However, there is no explicit guidance about when to choose this tool instead of related siblings like viral_hook or toutiao_killer_title.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.