Skip to main content
Glama

RegiAI

Remove watermark

remove_watermark

Remove watermarks, logos and overlaid text. $0.10 per image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYesInput image as a public https URL or a base64 data URI.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=false and openWorldHint=true, so the description isn't responsible for those. It adds only the per-image cost, but fails to disclose output format, reversibility, or any side effects beyond billing, leaving significant behavioral gaps uncovered for a tool that modifies images.

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 a single concise sentence stating the action followed by a brief cost note. There are no wasted words, and the core purpose is front-loaded.

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?

For a simple one-parameter tool with no output schema, the description states the action and cost but omits return value format (e.g., URL vs. base64) and any constraints like image limits. It's minimally complete but leaves an agent to infer important operational details.

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?

The input schema provides 100% coverage for the single 'image' parameter, including format options (public URL or base64 data URI). The description adds no parameter-specific details, so the baseline score of 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 verb ('Remove') and concrete resources (watermarks, logos, overlaid text), making it easy to distinguish from sibling tools like remove_background or restore_photo. The pricing note is extraneous but doesn't obscure the purpose.

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 when to use the tool through its function statement, but it does not explicitly mention when to prefer this over alternatives or provide any exclusions. No sibling tools are referenced, leaving usage guidance implicit rather than explicit.

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.

Resources