Skip to main content
Glama

gridstack_set_responsive

Configure responsive breakpoints for GridStack layouts to adapt grid columns based on window width, enabling responsive dashboard designs that adjust to different screen sizes.

Instructions

Configure responsive breakpoints

Input Schema

NameRequiredDescriptionDefault
breakpointsYesArray of breakpoint configurations

Input Schema (JSON Schema)

{ "properties": { "breakpoints": { "description": "Array of breakpoint configurations", "items": { "properties": { "c": { "description": "Number of columns at this breakpoint", "type": "number" }, "w": { "description": "Window width breakpoint", "type": "number" } }, "required": [ "w", "c" ], "type": "object" }, "type": "array" } }, "required": [ "breakpoints" ], "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