Skip to main content
Glama

Moom MCP Server

by itrimble

create_quad_layout

Generate a 2x2 window layout by specifying a display and four apps for top-left, top-right, bottom-left, and bottom-right positions. Ideal for organizing workspaces on macOS using Moom MCP Server.

Instructions

Create a quad (2x2) window layout on a specific display

Input Schema

NameRequiredDescriptionDefault
appsYesArray of 4 app names for TL, TR, BL, BR positions
displayNoWhich display to use
layoutNameYesName for the quad layout

Input Schema (JSON Schema)

{ "properties": { "apps": { "description": "Array of 4 app names for TL, TR, BL, BR positions", "items": { "type": "string" }, "type": "array" }, "display": { "description": "Which display to use", "enum": [ "main", "left", "right" ], "type": "string" }, "layoutName": { "description": "Name for the quad layout", "type": "string" } }, "required": [ "layoutName", "apps" ], "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