Skip to main content
Glama

image-resize-convert-compress-watermark

Watermark an image with text

image_watermark

Not available on this hosted endpoint: the watermark is drawn with bitmap font files loaded from a filesystem, which this endpoint does not have. Watermark on a local install instead - download image.mcpb from https://github.com/theluckystrike/mcp-servers/releases/latest and open it in Claude Desktop - or upload an image you have already watermarked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesName of an image uploaded with image_upload, or one this server wrote earlier
textNoThe watermark text. Default: the business name from the shared profile. Custom text is Pro
opacityNo0.05 to 1, default 0.5
out_pathYesName for the file to write; it comes back as a download link valid for one hour. The extension decides the output format; without a known one the input's format is kept
positionNoWhere to draw itbottom-right
overwriteNoReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations are all false and convey little, so the description productively adds the critical runtime trait: the tool cannot execute on this endpoint and why. It doesn't describe side effects, but since invocation is blocked, the most relevant behavior is disclosed.

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?

Two sentences with zero filler; the critical unavailability message is front-loaded and the fallback path is stated compactly. The URL is necessary for the alternative and not excessive.

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

Completeness5/5

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

For a tool that is unavailable on this endpoint, the description fully equips the agent: it says not to invoke it, explains why, and supplies the workaround. The rich parameter schema covers the remaining invocation details for a local install.

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?

All six parameters have descriptions in the schema, including defaults, constraints, enums, and effects, so the schema carries the parameter-load. The description adds no parameter-level information, matching the baseline-3 case.

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 title and the repeated word 'watermark' make the operation clear, but the description itself never states 'adds a text watermark to an image' as an active definition. It instead leads with unavailability, so the purpose is inferable rather than explicitly specified.

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

Usage Guidelines5/5

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

The description explicitly instructs the agent not to use this tool on the hosted endpoint, gives the technical reason (missing bitmap font files), and names concrete alternatives: a local install with a download URL or uploading an already-watermarked image. This is exemplary when-not-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.