Skip to main content
Glama

Moom MCP Server

by itrimble

activate_layout

Control Moom window layouts on macOS by activating a specific layout by name, enabling programmatic setup for tasks like teaching or AI research.

Instructions

Activate a specific Moom layout by name

Input Schema

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

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/itrimble/moom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server