Skip to main content
Glama

automator-mcp

MIT License
67
  • Apple

quick_action

Execute predefined actions like compressing images, converting files to PDF, resizing images, extracting text from PDFs, combining PDFs, or converting videos on macOS using specified file paths and options.

Instructions

Run a predefined quick action

Input Schema

NameRequiredDescriptionDefault
actionYesQuick action to perform
filesYesFile paths to process
optionsNoAction-specific options

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Quick action to perform", "enum": [ "compress_images", "convert_to_pdf", "resize_images", "extract_text_from_pdf", "combine_pdfs", "convert_video" ], "type": "string" }, "files": { "description": "File paths to process", "items": { "type": "string" }, "type": "array" }, "options": { "description": "Action-specific options", "type": "object" } }, "required": [ "action", "files" ], "type": "object" }
Install Server

Other Tools from automator-mcp

Related Tools

    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/Szowesgad/automator-mcp'

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