Skip to main content
Glama

Moom MCP Server

by itrimble

save_current_layout

Capture and store the current window arrangement as a named layout in Moom MCP Server, enabling easy reuse and programmatic control of macOS window setups.

Instructions

Save the current window arrangement as a new Moom layout

Input Schema

NameRequiredDescriptionDefault
layoutNameYesName for the new layout

Input Schema (JSON Schema)

{ "properties": { "layoutName": { "description": "Name for the new layout", "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