Skip to main content
Glama

gridstack_load

Load grid layout configurations from JSON data to initialize dashboard widgets and arrange them in responsive drag-and-drop interfaces.

Instructions

Load grid layout from JSON

Input Schema

NameRequiredDescriptionDefault
layoutYesLayout data (JSON array or string)
addAndRemoveNoAdd new widgets and remove missing ones

Input Schema (JSON Schema)

{ "properties": { "addAndRemove": { "default": true, "description": "Add new widgets and remove missing ones", "type": "boolean" }, "layout": { "description": "Layout data (JSON array or string)", "oneOf": [ { "items": { "description": "Widget configuration", "type": "object" }, "type": "array" }, { "type": "string" } ] } }, "required": [ "layout" ], "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