Skip to main content
Glama

doc-ops-mcp

by Tele-AI

add_watermark

Add customizable text or image watermarks to PDF documents using priority-based options, ensuring document security and branding in a single step.

Instructions

Add watermarks to PDF documents. Supports both text and image watermarks. Priority: user text > user image > environment variable image > default text "doc-ops-mcp"

Input Schema

NameRequiredDescriptionDefault
pdfPathYesPDF file path
watermarkImageNoWatermark image path (PNG/JPG). Has higher priority than environment variable but lower than watermarkText.
watermarkImageOpacityNoImage opacity
watermarkImagePositionNofullscreen
watermarkImageScaleNoImage scale ratio
watermarkTextNoWatermark text content. Has highest priority. If not provided, will use image or default text "doc-ops-mcp".

Input Schema (JSON Schema)

{ "properties": { "pdfPath": { "description": "PDF file path", "type": "string" }, "watermarkImage": { "description": "Watermark image path (PNG/JPG). Has higher priority than environment variable but lower than watermarkText.", "type": "string" }, "watermarkImageOpacity": { "default": 0.3, "description": "Image opacity", "type": "number" }, "watermarkImagePosition": { "default": "fullscreen", "enum": [ "top-left", "top-right", "bottom-left", "bottom-right", "center", "fullscreen" ], "type": "string" }, "watermarkImageScale": { "default": 0.25, "description": "Image scale ratio", "type": "number" }, "watermarkText": { "description": "Watermark text content. Has highest priority. If not provided, will use image or default text \"doc-ops-mcp\".", "type": "string" } }, "required": [ "pdfPath" ], "type": "object" }

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/Tele-AI/doc-ops-mcp'

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