Skip to main content
Glama

automator-mcp

MIT License
7
1
  • Apple

quick_action

Execute predefined tasks like compressing images, converting files to PDF, resizing images, extracting text, combining PDFs, or converting videos using specific action commands and file inputs on the automator-mcp server.

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" }

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