launch_application
Initiate application startup for workflow configuration using Moom MCP Server. Specify the app name to launch it programmatically on macOS, optimizing window management and productivity.
Instructions
Launch a specified application for workflow setup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appName | Yes | Name of the application to launch |
Input Schema (JSON Schema)
{
"properties": {
"appName": {
"description": "Name of the application to launch",
"type": "string"
}
},
"required": [
"appName"
],
"type": "object"
}