Skip to main content
Glama

add_image_watermark

Add a custom image watermark to a local photo by specifying the watermark image and rotation angle.

Instructions

为图片添加图片水印

Args: image_path: 本地图片文件路径 watermark_image_path: 水印图片文件路径 angle: 水印倾斜角度(默认30度)

Returns: 处理后的图片保存路径信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathYes
watermark_image_pathYes
angleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions adding a watermark and saving the result, but does not disclose whether the original file is modified, what the output format is, or any permissions needed.

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 very concise, with a one-line purpose statement followed by a clear Args section. No redundant information, and the structure is easy to parse.

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?

Given the existence of an output schema, return values need not be detailed, but the description lacks details on watermark positioning, image format compatibility, or error handling. The tool's behavior is not fully specified.

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

Parameters4/5

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

Despite 0% schema description coverage, the description includes an Args section that explains each parameter: image_path is a local file path, watermark_image_path is the watermark image path, and angle has a default of 30 degrees. This adds significant meaning beyond the schema property names.

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 it adds an image watermark to a picture, distinguishing it from the sibling tool 'add_text_watermark' which adds text watermarks. The verb 'add' and resource 'image watermark' are specific.

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 usage for image watermarking but does not explicitly state when to use this tool over the sibling 'add_text_watermark'. No when-not-to-use or alternative guidance is provided.

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/LiuHao-1443/stampit'

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