Skip to main content
Glama
xwchris

@emit/xhs-cover-mcp-server

by xwchris

xhs_generate_cover

Generate a Xiaohongshu-style cover image from your text. Provide cover copy and an optional aspect ratio to get a ready-to-use image URL.

Instructions

生成小红书风格封面图片。输入文案,返回生成的图片 URL。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes封面文案内容
aspectRatioNo宽高比,默认 3:43:4

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.4

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the core behavior (generates an image and returns a URL), which is more than a bare 'generate' tautology. However, it does not mention whether credit is consumed, whether generation is asynchronous, or whether the URL expires, which are relevant behavioral traits for a generation tool.

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?

One short sentence with no wasted words, front-loaded with the primary action and including the key input and output information. It is concise and well-structured.

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

Completeness3/5

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

The description explains the return value (image URL), which is important because there is no output schema. However, it omits usage context such as credit costs, possible async behavior, and when to prefer this tool over siblings. Basic information is present, but important context is missing.

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 both 'text' and 'aspectRatio' are already documented with descriptions and an enum. The description only repeats the text-to-image idea and adds no parameter details beyond the schema, so the baseline 3 applies.

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 states a specific action ('generate') and resource ('Xiaohongshu-style cover image'), and explicitly mentions the input (text) and output (image URL). It is clearly distinct from the sibling tools, which deal with credits and history.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It does not mention the sibling tools, prerequisites, or whether credits are required, leaving the agent to infer usage from the tool name alone.

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

Deploy Server

Other Tools