Skip to main content
Glama

gridstack_cell_height

Adjust cell height in GridStack layouts using pixel values, 'auto', 'initial', or CSS units to customize dashboard grid dimensions and widget spacing.

Instructions

Update cell height

Input Schema

NameRequiredDescriptionDefault
valNoNew cell height (px, 'auto', 'initial', CSS units)
updateNoUpdate existing widgets

Input Schema (JSON Schema)

{ "properties": { "update": { "default": true, "description": "Update existing widgets", "type": "boolean" }, "val": { "description": "New cell height (px, 'auto', 'initial', CSS units)", "oneOf": [ { "type": "number" }, { "type": "string" } ] } }, "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