Skip to main content
Glama

Moom MCP Server

by itrimble

create_custom_grid_layout

Define and generate custom grid layouts (e.g., 3x2, 4x3) for high-resolution displays using the Moom MCP Server on macOS. Specify layout name, columns, and rows for precise window organization.

Instructions

Create a custom grid layout (e.g., 3x2, 4x3) for high-res displays

Input Schema

NameRequiredDescriptionDefault
columnsYesNumber of columns in the grid
layoutNameYesName for the grid layout
rowsYesNumber of rows in the grid

Input Schema (JSON Schema)

{ "properties": { "columns": { "description": "Number of columns in the grid", "type": "integer" }, "layoutName": { "description": "Name for the grid layout", "type": "string" }, "rows": { "description": "Number of rows in the grid", "type": "integer" } }, "required": [ "layoutName", "columns", "rows" ], "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