Skip to main content
Glama

Moom MCP Server

by itrimble

set_window_size

Resize application windows to specified dimensions using the Moom MCP Server by providing the app name, width, and height for precise window control.

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" }
Install Server

Other Tools from Moom MCP Server

Related Tools

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