Skip to main content
Glama

automator-mcp

MIT License
67
  • Apple

create_workflow

Design and configure new Automator workflows for macOS, specifying name, type, and actions to automate tasks like file organization, email sending, and system control.

Instructions

Create a new Automator workflow file

Input Schema

NameRequiredDescriptionDefault
actionsNoArray of action configurations
nameYesName of the workflow
typeYesType of Automator document

Input Schema (JSON Schema)

{ "properties": { "actions": { "description": "Array of action configurations", "items": { "properties": { "action": { "type": "string" }, "parameters": { "type": "object" } }, "type": "object" }, "type": "array" }, "name": { "description": "Name of the workflow", "type": "string" }, "type": { "description": "Type of Automator document", "enum": [ "workflow", "application", "service", "quick-action" ], "type": "string" } }, "required": [ "name", "type" ], "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