Skip to main content
Glama

gridstack_will_it_fit

Check if a widget fits at specified coordinates in a dashboard grid layout. Verify placement without overlaps before adding widgets to ensure proper positioning.

Instructions

Check if a widget will fit at specified position

Input Schema

NameRequiredDescriptionDefault
widgetYes

Input Schema (JSON Schema)

{ "properties": { "widget": { "properties": { "h": { "description": "Height", "type": "number" }, "id": { "description": "Widget ID to ignore in collision check", "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "w": { "description": "Width", "type": "number" }, "x": { "description": "X position", "type": "number" }, "y": { "description": "Y position", "type": "number" } }, "required": [ "x", "y", "w", "h" ], "type": "object" } }, "required": [ "widget" ], "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