group_elements
Combine multiple diagram elements into a single group using the Excalidraw MCP Server, simplifying organization and management of complex layouts.
Instructions
Group multiple elements together
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elementIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"elementIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"elementIds"
],
"type": "object"
}