Skip to main content
Glama

gridstack_is_area_empty

Check if a specified grid area is empty by providing coordinates and dimensions to verify available space for widget placement.

Instructions

Check if an area is empty

Input Schema

NameRequiredDescriptionDefault
xYesX position
yYesY position
wYesWidth
hYesHeight

Input Schema (JSON Schema)

{ "properties": { "h": { "description": "Height", "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" }

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