create_image
Add images to a Mural from a public URL with automatic dimension detection. Handles files up to 10MB.
Instructions
Add an image to a mural from a public URL. Auto-detects dimensions. Max 10MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Horizontal position in px from left of mural | |
| y | Yes | Vertical position in px from top of mural | |
| url | Yes | Public URL of the image | |
| width | No | Override width (default: original) | |
| height | No | Override height (default: original) | |
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. |