Skip to main content
Glama

gridstack_column

Change the number of columns in dynamic dashboard layouts to adjust widget positioning and grid structure for responsive design.

Instructions

Change the number of columns

Input Schema

NameRequiredDescriptionDefault
columnYesNumber of columns or 'auto'
layoutNoHow to re-layout widgetsmoveScale

Input Schema (JSON Schema)

{ "properties": { "column": { "description": "Number of columns or 'auto'", "oneOf": [ { "type": "number" }, { "enum": [ "auto" ], "type": "string" } ] }, "layout": { "default": "moveScale", "description": "How to re-layout widgets", "enum": [ "moveScale", "move", "scale", "none", "list" ], "type": "string" } }, "required": [ "column" ], "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