Skip to main content
Glama

gridstack_add_grid

Create a new grid layout with customizable options and child widgets for building dynamic dashboard interfaces and responsive drag-and-drop systems.

Instructions

Create a new grid with options and children (static method)

Input Schema

NameRequiredDescriptionDefault
parentYesParent element selector
optNoGrid options including children

Input Schema (JSON Schema)

{ "properties": { "opt": { "description": "Grid options including children", "properties": { "children": { "description": "Array of child widgets to load", "items": { "description": "Child widget configuration", "type": "object" }, "type": "array" } }, "type": "object" }, "parent": { "description": "Parent element selector", "type": "string" } }, "required": [ "parent" ], "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