Skip to main content
Glama

gridstack_resize_widget

Resize dashboard widgets by specifying new width in columns and height in rows. Modify widget dimensions to optimize dashboard layouts and improve visual organization.

Instructions

Resize a widget

Input Schema

NameRequiredDescriptionDefault
elYesWidget selector or ID to resize
widthNoNew width in columns
heightNoNew height in rows

Input Schema (JSON Schema)

{ "properties": { "el": { "description": "Widget selector or ID to resize", "type": "string" }, "height": { "description": "New height in rows", "type": "number" }, "width": { "description": "New width in columns", "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