Skip to main content
Glama

Moom MCP Server

by itrimble

set_window_size

Resize application windows to specific dimensions by specifying app name, width, and height using the Moom MCP Server for macOS.

Instructions

Resize a window to specific dimensions

Input Schema

NameRequiredDescriptionDefault
appNameYesName of the application
heightYesWindow height
widthYesWindow width

Input Schema (JSON Schema)

{ "properties": { "appName": { "description": "Name of the application", "type": "string" }, "height": { "description": "Window height", "type": "number" }, "width": { "description": "Window width", "type": "number" } }, "required": [ "appName", "width", "height" ], "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