Skip to main content
Glama

doc-ops-mcp

by Tele-AI

add_qrcode

Add QR codes to PDF documents with optional friendly text. Supports custom positioning, scaling, opacity, and user-defined or environment-specified image paths for seamless integration.

Instructions

Add QR code to PDF documents with friendly text below. QR code must be an image file (PNG/JPG). Priority: user provided path > environment variable QR_CODE_IMAGE

Input Schema

NameRequiredDescriptionDefault
addTextNoAdd friendly text below QR code
customTextNoCustom text (default: 'Scan QR code for more information')
pdfPathYesPDF file path
qrCodePathNoQR code image path (PNG/JPG). Has highest priority. If not provided, uses QR_CODE_IMAGE environment variable.
qrOpacityNoQR code opacity
qrPositionNobottom-center
qrScaleNoQR code scale ratio

Input Schema (JSON Schema)

{ "properties": { "addText": { "default": true, "description": "Add friendly text below QR code", "type": "boolean" }, "customText": { "description": "Custom text (default: 'Scan QR code for more information')", "type": "string" }, "pdfPath": { "description": "PDF file path", "type": "string" }, "qrCodePath": { "description": "QR code image path (PNG/JPG). Has highest priority. If not provided, uses QR_CODE_IMAGE environment variable.", "type": "string" }, "qrOpacity": { "default": 1, "description": "QR code opacity", "type": "number" }, "qrPosition": { "default": "bottom-center", "enum": [ "top-left", "top-right", "top-center", "bottom-left", "bottom-right", "bottom-center", "center" ], "type": "string" }, "qrScale": { "default": 0.15, "description": "QR code scale ratio", "type": "number" } }, "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