Skip to main content
Glama

gridstack_move_widget

Reposition widgets within dashboard layouts by specifying new X and Y coordinates to organize grid elements according to your design requirements.

Instructions

Move a widget to a new position

Input Schema

NameRequiredDescriptionDefault
elYesWidget selector or ID to move
xNoNew X position
yNoNew Y position

Input Schema (JSON Schema)

{ "properties": { "el": { "description": "Widget selector or ID to move", "type": "string" }, "x": { "description": "New X position", "type": "number" }, "y": { "description": "New Y position", "type": "number" } }, "required": [ "el" ], "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/raghavsharma-simpplr/gridstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server