list_actions
Discover and filter available Automator actions by category to streamline automation workflows on macOS systems using the MCP server.
Instructions
List available Automator actions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter by category (optional) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter by category (optional)",
"type": "string"
}
},
"type": "object"
}