Skip to main content
Glama

gridstack_compact

Optimize dashboard layouts by compacting grid widgets to reduce empty space and improve visual organization. Choose from multiple compaction methods including move, scale, or combined approaches to create efficient widget arrangements.

Instructions

Compact the grid layout

Input Schema

NameRequiredDescriptionDefault
layoutNoCompact layout typemoveScale
doSortNoSort widgets before compacting

Input Schema (JSON Schema)

{ "properties": { "doSort": { "default": true, "description": "Sort widgets before compacting", "type": "boolean" }, "layout": { "default": "moveScale", "description": "Compact layout type", "enum": [ "moveScale", "move", "scale", "none", "list" ], "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