Skip to main content
Glama

Auto-Snap MCP

process_images

Process images in a directory with operations like enhancing, OCR, resizing, and deduplication, returning results in JSON format for streamlined image management.

Instructions

Process images in a directory with various operations. Args: image_dir: Directory containing images to process operations: List of operations (enhance, ocr, resize, deduplicate) ocr_language: Language for OCR processing (default: eng) Returns: JSON string with processing results.

Input Schema

NameRequiredDescriptionDefault
image_dirYes
ocr_languageNoeng
operationsNo

Input Schema (JSON Schema)

{ "properties": { "image_dir": { "title": "Image Dir", "type": "string" }, "ocr_language": { "default": "eng", "title": "Ocr Language", "type": "string" }, "operations": { "default": [ "enhance" ], "items": { "type": "string" }, "title": "Operations", "type": "array" } }, "required": [ "image_dir" ], "title": "process_imagesArguments", "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/PovedaAqui/auto-snap-mcp'

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