Skip to main content
Glama
gammaremover

gamma-watermark-remover-mcp

Official
by gammaremover

remove_gamma_watermark

Remove the 'Made with Gamma' watermark from PDF and PPTX files using lossless object deletion.

Instructions

Remove the "Made with Gamma" watermark from a PDF or PPTX file.

Args: file_path: absolute path to the Gamma-exported .pdf or .pptx file. output_path: optional absolute path for the cleaned file. Defaults to "-no-watermark." next to the input.

Returns: A summary of what was removed and where the cleaned file was written.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the removal action and output summary but omits behavioral traits like permissions, file modification side effects, or error handling. Meets minimum adequacy.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a clear first sentence. Args/Returns sections add structure without verbosity. Minor improvement: front-loading the purpose more prominently.

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?

Given 2 parameters, no annotations, and an output schema (not shown), the description covers the core workflow. However, it lacks context on edge cases (e.g., file not found, unsupported types, large files) and prerequisites.

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?

Schema description coverage is 0%, yet the description adds meaningful context: file_path is absolute path, output_path is optional with default naming. This compensates well for the missing schema descriptions.

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 the action ('remove') and the specific resource ('Made with Gamma' watermark from PDF/PPTX). It distinguishes from sibling tool 'check_gamma_watermark_support' by focusing on removal, not checking.

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 after checking support via sibling tool but lacks explicit when-to-use, when-not-to-use, or alternative guidance. It doesn't mention prerequisites like file being Gamma-exported.

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/gammaremover/gamma-watermark-remover-mcp'

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