Skip to main content
Glama

gridstack_margin

Adjust grid spacing and gaps between widgets in dashboard layouts using CSS units like px, em, or rem to control visual separation and alignment.

Instructions

Update grid margin/gap

Input Schema

NameRequiredDescriptionDefault
valueYesMargin value (px or CSS format)
unitNoCSS unit (px, em, rem, etc.)px

Input Schema (JSON Schema)

{ "properties": { "unit": { "default": "px", "description": "CSS unit (px, em, rem, etc.)", "type": "string" }, "value": { "description": "Margin value (px or CSS format)", "oneOf": [ { "type": "number" }, { "type": "string" } ] } }, "required": [ "value" ], "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