Skip to main content
Glama

Moom MCP Server

by itrimble

set_window_position

Move a window to precise coordinates (x, y) on macOS by specifying the application name, enabling exact control over window placement within the Moom MCP Server framework.

Instructions

Move a window to a specific position for precise control

Input Schema

NameRequiredDescriptionDefault
appNameYesName of the application
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "appName": { "description": "Name of the application", "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "appName", "x", "y" ], "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