activate_layout
Enable programmatic activation of Moom window layouts on macOS by specifying the desired layout name through the Moom MCP Server, streamlining workspace management.
Instructions
Activate a specific Moom layout by name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
layoutName | Yes | Name of the layout to activate (e.g., "Teaching (Mac Mini)", "AI Research Mode") |
Input Schema (JSON Schema)
{
"properties": {
"layoutName": {
"description": "Name of the layout to activate (e.g., \"Teaching (Mac Mini)\", \"AI Research Mode\")",
"type": "string"
}
},
"required": [
"layoutName"
],
"type": "object"
}