update_element
Modifies an existing element in Excalidraw diagrams by updating properties such as position, size, colors, text, and styles through the Excalidraw MCP Server API.
Instructions
Update an existing Excalidraw element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backgroundColor | No | ||
fontFamily | No | ||
fontSize | No | ||
height | No | ||
id | Yes | ||
opacity | No | ||
roughness | No | ||
strokeColor | No | ||
strokeWidth | No | ||
text | No | ||
type | No | ||
width | No | ||
x | No | ||
y | No |